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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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