SparklineHorizontalAxis.IsDateAxis Property
Indicates whether the specified sparkline group uses a date axis.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the horizontal axis is of the date axis type; otherwise, false. |
Remarks
If the underlying data for the sparkline charts occurs in irregular periods of time, you can reflect these time intervals on a sparkline by spacing data markers out in proportion to the date (the longer interval between dates, the longer the distance between the corresponding data markers on a sparkline). To do this, specify the cell range containing date values for the sparkline data by using the SparklineGroup.DateRange property. In this case, the IsDateAxis property will return true.