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

DateTimeScaleChangedEventArgs.GridAlignmentChange Property

Returns information about grid alignment changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public ValueChangeInfo<DateTimeGridAlignment> GridAlignmentChange { get; }

Property Value

Type Description
ValueChangeInfo<DateTimeGridAlignment>

The ValueChangeInfo<T> of DateTimeGridAlignment that contains the grid alignment change info.

Remarks

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

See Also