Skip to main content

ManualGridBehavior.Alignment Property

Gets or sets the units in which the ManualGridBehavior.Offset and ManualGridBehavior.Spacing properties are measured, when data has the date-time argument. This is a dependency property.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public RangeControlGridAlignment Alignment { get; set; }

Property Value

Type Description
DevExpress.Xpf.Charts.RangeControlClient.RangeControlGridAlignment

The units in which the ManualGridBehavior.Offset and ManualGridBehavior.Spacing properties are measured, when data has the date-time argument.

See Also