Skip to main content

XlSparklineGroup.ColorAxis Property

Gets or sets the color of the horizontal axis.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlColor ColorAxis { get; set; }

Property Value

Type Description
XlColor

An XlColor object that specifies the axis color.

Remarks

Note

To display the horizontal axis, set the XlSparklineGroup.DisplayXAxis property to true.

See Also