Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SparklineHorizontalAxis.IsDateAxis Property

Indicates whether the specified sparkline group uses a date axis.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

bool IsDateAxis { get; }

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

See Also