Skip to main content
A newer version of this page is available. .
Row

SparklineHorizontalAxis Interface

Contains settings for the horizontal axis of a sparkline group.

Namespace: DevExpress.Spreadsheet

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

Declaration

public interface SparklineHorizontalAxis :
    SparklineColor

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

See Also