Skip to main content

AxisScaleChangedEventArgs.AutoGridChange Property

Returns information about auto grid value changes.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ValueChangeInfo<bool> AutoGridChange { get; }

Property Value

Type Description
ValueChangeInfo<Boolean>

The auto grid value change info.

Remarks

Note that if the auto grid value is not changed, the ValueChangeInfo<T>.OldValue will be equal to ValueChangeInfo<T>.NewValue.

See Also