menu

UWP

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

    Show / Hide Table of Contents

    Interface ISparkline

    Represents the Sparkline chart.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public interface ISparkline

    Properties

    Column

    Gets the column index of a sparkline.

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

    The column index.

    DataRange

    Represents the data range of the sparkline.

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

    The data range.

    ReferenceRange

    Represents the reference range of the sparkline.

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

    The reference range.

    Row

    Gets the row index of a sparkline.

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

    The row index.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved