menu

Blazor

  • Code Examples
  • 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

    Enables selection of clusters of points in the chart.

    Declaration
    public const SelectionMode Cluster
    Field Value
    Type
    SelectionMode

    DragX

    Enables selection of points by dragging with respect to the vertical axis.

    Declaration
    public const SelectionMode DragX
    Field Value
    Type
    SelectionMode

    DragXY

    Enables selection of points by dragging with respect to both axes.

    Declaration
    public const SelectionMode DragXY
    Field Value
    Type
    SelectionMode

    DragY

    Enables selection of points by dragging with respect to the horizontal axis.

    Declaration
    public const SelectionMode DragY
    Field Value
    Type
    SelectionMode

    Lasso

    Enables free-form selection of points by lasso.

    Declaration
    public const SelectionMode Lasso
    Field Value
    Type
    SelectionMode

    None

    Disables the selection functionality.

    Declaration
    public const SelectionMode None
    Field Value
    Type
    SelectionMode

    Point

    Enables selection of individual points in the chart.

    Declaration
    public const SelectionMode Point
    Field Value
    Type
    SelectionMode

    Series

    Enables selection of series in the chart.

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