WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WinLossRender - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WinLossRender

    Inheritance
    System.Object
    WinLossRender
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved