SparklineHorizontalAxis Interface
Contains settings for the horizontal axis of a sparkline group.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return SparklineHorizontalAxis objects:
Remarks
To adjust the horizontal axis options for the specified sparkline group, use the SparklineGroup.HorizontalAxis property to access an object exposing the SparklineHorizontalAxis interface. The object’s properties enable you to specify the axis visibility and color, display data points on the axis in right-to-left order (SparklineHorizontalAxis.RightToLeft), or use date axis to reflect irregular time intervals on a sparkline (SparklineHorizontalAxis.IsDateAxis).