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

AxisScaleChangedEventArgs.ScaleModeChange Property

Returns information about scale mode changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public ValueChangeInfo<ScaleMode> ScaleModeChange { get; }

Property Value

Type Description
ValueChangeInfo<ScaleMode>

The ValueChangeInfo<T> of ScaleMode that contains the scale mode change info.

Remarks

Note that if scale mode is not changed, the ValueChangeInfo<T>.OldValue will be equal to ValueChangeInfo<T>.NewValue.

See Also