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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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