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

AxisScaleChangedEventArgs.GridSpacingChange Property

Returns information about grid spacing changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public ValueChangeInfo<double> GridSpacingChange { get; }

Property Value

Type Description
ValueChangeInfo<Double>

The ValueChangeInfo<T> of Double that contains the grid spacing change info.

Remarks

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

See Also