Skip to main content

NumericScaleChangedEventArgs.GridAlignmentChange Property

Returns information about grid alignment changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ValueChangeInfo<double> GridAlignmentChange { get; }

Property Value

Type Description
ValueChangeInfo<Double>

The grid alignment change info.

Remarks

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

See Also