Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionMode

    Specifies the selection mode.

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

    Fields

    Cluster

    Defines too select a cluster of point.

    Declaration
    public const SelectionMode Cluster
    Field Value
    Type Description
    SelectionMode

    DragX

    Defines to select points, by dragging with respect to vertical axis.

    Declaration
    public const SelectionMode DragX
    Field Value
    Type Description
    SelectionMode

    DragXY

    Defines to select points, by dragging with respect to both horizontal and vertical axis.

    Declaration
    public const SelectionMode DragXY
    Field Value
    Type Description
    SelectionMode

    DragY

    Defines to select points, by dragging with respect to horizontal axis.

    Declaration
    public const SelectionMode DragY
    Field Value
    Type Description
    SelectionMode

    Lasso

    Defines to select points, by dragging with respect to free form.

    Declaration
    public const SelectionMode Lasso
    Field Value
    Type Description
    SelectionMode

    None

    Defines the disable the selection.

    Declaration
    public const SelectionMode None
    Field Value
    Type Description
    SelectionMode

    Point

    Defines to select a point.

    Declaration
    public const SelectionMode Point
    Field Value
    Type Description
    SelectionMode

    Series

    Defines to select an 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