Back to Devexpress

AxisScaleChangedEventArgs.GridSpacingChange Property

corelibraries-devexpress-dot-xtracharts-dot-axisscalechangedeventargs-1265a730.md

latest1.7 KB
Original Source

AxisScaleChangedEventArgs.GridSpacingChange Property

Returns information about grid spacing changes.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ValueChangeInfo<double> GridSpacingChange { get; }
vb
Public ReadOnly Property GridSpacingChange As ValueChangeInfo(Of Double)

Property Value

TypeDescription
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

GridSpacing

AxisScaleChangedEventArgs Class

AxisScaleChangedEventArgs Members

DevExpress.XtraCharts Namespace