ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • 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 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.

    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 Description
    SelectionMode

    DragX

    Declaration
    public const SelectionMode DragX
    Field Value
    Type Description
    SelectionMode

    DragXY

    Declaration
    public const SelectionMode DragXY
    Field Value
    Type Description
    SelectionMode

    DragY

    Declaration
    public const SelectionMode DragY
    Field Value
    Type Description
    SelectionMode

    Lasso

    Declaration
    public const SelectionMode Lasso
    Field Value
    Type Description
    SelectionMode

    None

    Declaration
    public const SelectionMode None
    Field Value
    Type Description
    SelectionMode

    Point

    Declaration
    public const SelectionMode Point
    Field Value
    Type Description
    SelectionMode

    Series

    Declaration
    public const SelectionMode Series
    Field Value
    Type Description
    SelectionMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved