ManualSnapBehavior.Spacing Property
In This Article
Gets or sets the spacing between two snapping points. This is a dependency property.
Namespace: DevExpress.Xpf.Charts.RangeControlClient
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Double | The spacing between two snapping points. |
#Remarks
The spacing is measured in non-negative real numbers, when the data has the numeric argument. For date-time data, the spacing is in units that the ManualSnapBehavior.Alignment property specifies.
See Also