menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISparkLine - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISparkLine

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public interface ISparkLine

    Properties

    ColumnStyle

    Gets or sets the column style of the sparkline control.

    Declaration
    Column ColumnStyle { get; }
    Property Value
    Type
    Column

    ControlHeight

    Gets or sets the control height of the sparkline control.

    Declaration
    int ControlHeight { get; }
    Property Value
    Type
    System.Int32

    ControlWidth

    Gets or sets the control width of the sparkline control.

    Declaration
    int ControlWidth { get; }
    Property Value
    Type
    System.Int32

    EndPoint

    Gets or sets the end point of the sparkline control.

    Declaration
    double EndPoint { get; set; }
    Property Value
    Type
    System.Double

    HighPoint

    Gets or sets the high point of the sparkline control.

    Declaration
    double HighPoint { get; set; }
    Property Value
    Type
    System.Double

    LineStyle

    Gets or sets the line style of the sparkline control.

    Declaration
    Line LineStyle { get; }
    Property Value
    Type
    Line

    LowPoint

    Gets or sets the low point of the sparkline control.

    Declaration
    double LowPoint { get; set; }
    Property Value
    Type
    System.Double

    Markers

    Gets or sets the marker of the sparkline control.

    Declaration
    Markers Markers { get; }
    Property Value
    Type
    Markers

    NegativeItem

    Gets or sets the negative values of the sparkline control.

    Declaration
    double[] NegativeItem { get; set; }
    Property Value
    Type
    System.Double[]

    Source

    Gets or sets the data source of the sparkline control.

    Declaration
    object Source { get; set; }
    Property Value
    Type
    System.Object

    StartPoint

    Gets or sets the start point of the sparkline control.

    Declaration
    double StartPoint { get; set; }
    Property Value
    Type
    System.Double

    Methods

    GetNegativePoint()

    Used to get the negative points of sparkline control.

    Declaration
    double[] GetNegativePoint()
    Returns
    Type
    System.Double[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved