menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class SelectionMode

    Defines the 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 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.

    Inheritance
    System.Object
    SelectionMode
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class SelectionMode : Enum

    Fields

    Cluster

    Declaration
    public const SelectionMode Cluster
    Field Value
    Type
    SelectionMode

    DragX

    Declaration
    public const SelectionMode DragX
    Field Value
    Type
    SelectionMode

    DragXY

    Declaration
    public const SelectionMode DragXY
    Field Value
    Type
    SelectionMode

    DragY

    Declaration
    public const SelectionMode DragY
    Field Value
    Type
    SelectionMode

    Lasso

    Declaration
    public const SelectionMode Lasso
    Field Value
    Type
    SelectionMode

    None

    Declaration
    public const SelectionMode None
    Field Value
    Type
    SelectionMode

    Point

    Declaration
    public const SelectionMode Point
    Field Value
    Type
    SelectionMode

    Series

    Declaration
    public const SelectionMode Series
    Field Value
    Type
    SelectionMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved