Skip to main content
All docs
V23.2

TimeSpanScaleChangedEventArgs.GridAlignmentChange Property

Returns information about grid alignment changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ValueChangeInfo<TimeSpanGridAlignment> GridAlignmentChange { get; }

Property Value

Type Description
ValueChangeInfo<TimeSpanGridAlignment>

The ValueChangeInfo<T> of TimeSpanGridAlignment that contains information about grid alignment changes.

Remarks

If the grid alignment is not changed, ValueChangeInfo<T>.OldValue is equal to ValueChangeInfo<T>.NewValue.

See Also