Enum DragType
Specifies the direction of drag interaction.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum DragType
Fields
| Name | Description |
|---|---|
| X | Represents the drag interaction along the X-axis. |
| XY | Represents the drag interaction along both X and Y axes. |
| Y | Represents the drag interaction along the Y-axis. |