WinForms

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

    Show / Hide Table of Contents

    Class LineRender

    Inheritance
    System.Object
    LineRender
    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 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 Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved