Skip to main content
Row

SparklineGroup.HorizontalAxis Property

Provides access to the settings for the horizontal axis of the sparkline group.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

SparklineHorizontalAxis HorizontalAxis { get; }

Property Value

Type Description
SparklineHorizontalAxis

A SparklineHorizontalAxis object containing horizontal axis options.

Remarks

Use the HorizontalAxis property to specify the horizontal axis options for the required sparkline group. Note that the horizontal axis for a sparkline is displayed only when the sparkline data contains both positive and negative values. In this case, you can show the horizontal axis by setting the IsVisible property of the SparklineHorizontalAxis object to true. You can also use other object’s properties to specify the axis color, reverse the sparkline direction (SparklineHorizontalAxis.RightToLeft) and determine whether the horizontal axis is based on the date values (SparklineHorizontalAxis.IsDateAxis).

See Also