DateTimeScaleChangedEventArgs.GridAlignmentChange Property
Returns information about grid alignment changes.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| ValueChangeInfo<DateTimeGridAlignment> | The grid alignment mode change info. |
Remarks
Note that if the grid alignment is not changed, the ValueChangeInfo<T>.OldValue will be equal to ValueChangeInfo<T>.NewValue.
See Also