Click or drag to resize

ISparkline Interface

Defines the contract for a sparkline, which is a small embedded chart typically used to display trends over a small number of data points.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface ISparkline

The ISparkline type exposes the following members.

Properties
Name Description
Public property Column
Gets the column index of a sparkline.
Public property DataRange
Represents the data range of the sparkline.
Public property RefRange
Represents the reference range of the sparkline.
Public property Row
Gets the row index of a sparkline.
Top
See Also