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

CustomizeXAxisLabelsEventArgs.Axis Property

Gets the X-axis, whose labels are being customized.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public AxisBase Axis { get; }

Property Value

Type Description
AxisBase

The AxisBase class descendant.

See Also