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

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.v19.1.Core.dll

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