File Formats

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Sparkline

    Show / Hide Table of Contents

    Class Sparkline

    Represents a Sparkline.The Sparkline object is a member of the Sparklines Collection. The Sparklines collection contains all the sparkline objects in a worksheet.

    Inheritance
    System.Object
    Sparkline
    Implements
    ISparkline
    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.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class Sparkline : ISparkline

    Constructors

    Sparkline()

    Declaration
    public Sparkline()

    Properties

    Column

    Gets the column index of a sparkline.

    Declaration
    public int Column { get; }
    Property Value
    Type Description
    System.Int32

    The column index.

    DataRange

    Represents the data range of the sparkline.

    Declaration
    public IRange DataRange { get; set; }
    Property Value
    Type Description
    IRange

    The data range.

    ReferenceRange

    Represents the reference range of the sparkline.

    Declaration
    public IRange ReferenceRange { get; set; }
    Property Value
    Type Description
    IRange

    The reference range.

    Row

    Gets the row index of a sparkline.

    Declaration
    public int Row { get; }
    Property Value
    Type Description
    System.Int32

    The row index.

    Implements

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