Enum SnapToPoint
Specifies how a segment should snap to nearby points during drag-and-drop operations.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum SnapToPoint
Fields
| Name | Description |
|---|---|
| Ceil | Snaps up to the nearest whole number. |
| Floor | Snaps down to the nearest whole number. |
| None | No snapping is applied. |
| Round | Snaps to the nearest whole value by rounding. |