Class LineRender
Inheritance
System.Object
LineRender
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class LineRender
Constructors
LineRender()
Initializes a new instance of the LineRender class.
Declaration
public LineRender()
Fields
List
It contains the source list of LineSparkline.
Declaration
public List<object> List
Field Value
Type |
---|
System.Collections.Generic.List<System.Object> |
Methods
LineSparkLine(Graphics, ISparkLine)
Renders the line type SparkLine.
Declaration
public void LineSparkLine(Graphics og, ISparkLine sparkline)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | og | The System.Windows.Forms.PaintEventArgs instance containing the event data. |
ISparkLine | sparkline | Spakrline. |