Class WinLossRender
Inheritance
System.Object
WinLossRender
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 WinLossRender
Constructors
WinLossRender()
Initializes a new instance of the WinLossRender class.
Declaration
public WinLossRender()
Fields
List
It contains the source list of WinLossSparkline.
Declaration
public List<object> List
Field Value
Type |
---|
System.Collections.Generic.List<System.Object> |
Methods
DrawSparkWinLoss(Graphics, ISparkLine)
Renderer the WinLoss type series.
Declaration
public void DrawSparkWinLoss(Graphics og, ISparkLine sparkline)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | og | The System.Windows.Forms.PaintEventArgs instance containing the event data. |
ISparkLine | sparkline |