Gets or sets the date-time measurement unit, to which the beginning of a circular diagram's gridlines and labels should be aligned for the Y-axis.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v19.2.dll
Note: This API is now obsolete.
The DateTimeGridAlignment property is now obsolete. Use the GridAlignment property of the ContinuousDateTimeScaleOptions or ManualDateTimeScaleOptions object assigned to the DateTimeScaleOptions property instead of the DateTimeGridAlignment property.

Syntax
C# |
public DateTimeMeasurementUnit DateTimeGridAlignment { get; set; }
|
VB |
Public Property DateTimeGridAlignment As DateTimeMeasurementUnit
|
Property value
Type:
DateTimeMeasurementUnit
A DateTimeMeasurementUnit enumeration value that is the measurement unit, to which the beginning of a circular diagram's gridlines and labels should be aligned.

Remarks
This property is available when the Series.ArgumentScaleType or Series.ValueScaleType property is set to DateTime.
To maintain date-time values at different detail levels, use the DateTimeMeasureUnit property.

See Also