Enum ChartSelectionMode
Defines the pivot chart selection mode. They are None - Disable the selection. Series - To select a series. Point - To select a point. Cluster - To select a cluster of point. DragXY - To select points, by dragging with respect to both horizontal and vertical axis. DragY - To select points, by dragging with respect to vertical axis. DragX - To select points, by dragging with respect to horizontal axis.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum ChartSelectionMode
Fields
Name | Description |
---|---|
Cluster | Cluster - To select a cluster of point. |
DragX | DragX - To select points, by dragging with respect to horizontal axis. |
DragXY | DragXY - To select points, by dragging with respect to both horizontal and vertical axis. |
DragY | DragY - To select points, by dragging with respect to vertical axis. |
None | None - Disable the selection. |
Point | Point - To select a point. |
Series | Series - To select a series. |