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

ManualSnapBehavior.Alignment Property

Gets or sets the units in which the ManualSnapBehavior.Offset and ManualSnapBehavior.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.v21.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 ManualSnapBehavior.Offset and ManualSnapBehavior.Spacing properties are measured, when data has the date-time argument.

See Also