Class DragType
Specifies the direction of drag interaction.
Inheritance
System.Object
DragType
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class DragType : Enum
Fields
X
Represents the drag interaction along the X-axis.
Declaration
public const DragType X
Field Value
| Type |
|---|
| DragType |
XY
Represents the drag interaction along both X and Y axes.
Declaration
public const DragType XY
Field Value
| Type |
|---|
| DragType |
Y
Represents the drag interaction along the Y-axis.
Declaration
public const DragType Y
Field Value
| Type |
|---|
| DragType |