Click or drag to resize

ISparklineGroup HorizontalDateAxisRange Property

Represents the range that contains the date values for the sparkline data.

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

Property Value

Type: CellRange
The HorizontalDateAxisRange property gets/sets the m_horizontalDateAxisRange data member.
See Also