AxisScaleChangedEventArgs.ScaleModeChange Property
In This Article
Returns information about scale mode changes.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ValueChangeInfo<ScaleMode> ScaleModeChange { get; }
#Property Value
Type | Description |
---|---|
Value |
The Value |
#Remarks
Note that if scale mode is not changed, the ValueChangeInfo<T>.OldValue will be equal to ValueChangeInfo<T>.NewValue.
See Also