Class SnapToPoint
Specifies how a segment should snap to nearby points during drag-and-drop operations.
Inheritance
System.Object
SnapToPoint
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class SnapToPoint : Enum
Fields
Ceil
Snaps up to the nearest whole number.
Declaration
public const SnapToPoint Ceil
Field Value
| Type |
|---|
| SnapToPoint |
Floor
Snaps down to the nearest whole number.
Declaration
public const SnapToPoint Floor
Field Value
| Type |
|---|
| SnapToPoint |
None
No snapping is applied.
Declaration
public const SnapToPoint None
Field Value
| Type |
|---|
| SnapToPoint |
Round
Snaps to the nearest whole value by rounding.
Declaration
public const SnapToPoint Round
Field Value
| Type |
|---|
| SnapToPoint |