Skip to main content

NumericChartRangeControlClient.SnapAlignment Property

Specifies the alignment of selection thumbs in the range control’s viewport.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public double SnapAlignment { get; set; }

Property Value

Type Description
Double

A double value representing the selection thumbs alignment interval.

Remarks

Use the SnapAlignment property to snap the selection thumbs to the range interval when dragging them in the range control’s viewport.

Before using the SnapAlignment property, make sure the RangeControl.AllowSnapToInterval property is set to true.

See Also