Show / Hide Table of Contents

Class Sparkline

Represents a sparkline cell

Inheritance
System.Object
Sparkline
Namespace: Infragistics.Documents.Excel.Sparklines
Assembly: IgniteUI.Blazor.Documents.Excel.dll
Syntax
public class Sparkline : Object

Properties

DataRegion

The region containing the data for the sparkline (read-only)

Declaration
public WorksheetRegion DataRegion { get; }
Property Value
Type Description
WorksheetRegion

The data region if it is located on a worksheet within the same workbook, otherwise null.

DataRegionName

A striing that describes the region containing the data for the sparkline (read-only)

Declaration
public string DataRegionName { get; }
Property Value
Type Description
System.String

Should always be non-null.

Location

The cell location of the sparkline (read-only)

Declaration
public WorksheetRegion Location { get; }
Property Value
Type Description
WorksheetRegion