Back to Devexpress

SparklineHorizontalAxis.IsDateAxis Property

officefileapi-devexpress-dot-spreadsheet-dot-sparklinehorizontalaxis.md

latest1.8 KB
Original Source

SparklineHorizontalAxis.IsDateAxis Property

Indicates whether the specified sparkline group uses a date axis.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool IsDateAxis { get; }
vb
ReadOnly Property IsDateAxis As Boolean

Property Value

TypeDescription
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.

See Also

DateRange

SparklineHorizontalAxis Interface

SparklineHorizontalAxis Members

DevExpress.Spreadsheet Namespace