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

AxisScaleChangedEventArgs.GridSpacingChange Property

Returns information about grid spacing changes.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public ValueChangeInfo<double> GridSpacingChange { get; }

Property Value

Type Description
ValueChangeInfo<Double>

The grid spacing change info.

Remarks

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

See Also