Skip to main content

XlSparklineGroup.DisplayXAxis Property

Gets or sets whether the horizontal axis is displayed for each sparkline in the sparkline group.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool DisplayXAxis { get; set; }

Property Value

Type Description
Boolean

True to display the horizontal axis; otherwise, false.

Remarks

The horizontal axis is displayed only when the sparkline data contains both positive and negative values; otherwise, the axis is not shown.

See Also