ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum SelectionMode - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum SelectionMode

    Defines the SelectionMode, 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 dragX - To select points, by dragging with respect to horizontal axis. dragY - To select points, by dragging with respect to vertical axis. lasso - To select points, by dragging with respect to free form.

    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public enum SelectionMode

    Fields

    Name Description
    Cluster
    DragX
    DragXY
    DragY
    Lasso
    None
    Point
    Series
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved