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

AxisScaleChangedEventArgs.Axis Property

Returns the axis whose scale mode, measure unit, grid alignment or grid spacing has been changed.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public AxisBase Axis { get; }

Property Value

Type Description
AxisBase

The axis whose scale parameters have been changed.

See Also