Skip to main content

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.v23.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