Skip to main content

Axis.DateTimeGridAlignmentProperty Field

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.

Identifies the Axis.DateTimeGridAlignment dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

[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.")]
public static readonly DependencyProperty DateTimeGridAlignmentProperty

Field Value

Type Description
DependencyProperty

A dependency property identifier.

See Also