Click or drag to resize

ISparkline DataRange Property

Represents the data range of the sparkline.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
CellRange DataRange { get; set; }

Property Value

Type: CellRange
The data range.
Exceptions
Exception Condition
[!:ArgumentOutOfRange] if the value.Rows.Length is not equal to 1.
See Also