alexa
menu

Blazor Toolkit

    Show / Hide Table of Contents

    Class ChartSelectionMode

    Specifies the selection mode.

    Inheritance
    System.Object
    ChartSelectionMode
    Namespace: Syncfusion.Blazor.Toolkit
    Assembly: Syncfusion.Blazor.Toolkit.dll
    Syntax
    public sealed class ChartSelectionMode : Enum

    Fields

    Cluster

    Enables selection of clusters of points in the chart.

    Declaration
    public const ChartSelectionMode Cluster
    Field Value
    Type
    ChartSelectionMode

    DragX

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

    Declaration
    public const ChartSelectionMode DragX
    Field Value
    Type
    ChartSelectionMode

    DragXY

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

    Declaration
    public const ChartSelectionMode DragXY
    Field Value
    Type
    ChartSelectionMode

    DragY

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

    Declaration
    public const ChartSelectionMode DragY
    Field Value
    Type
    ChartSelectionMode

    Lasso

    Enables free-form selection of points by lasso.

    Declaration
    public const ChartSelectionMode Lasso
    Field Value
    Type
    ChartSelectionMode

    None

    Disables the selection functionality.

    Declaration
    public const ChartSelectionMode None
    Field Value
    Type
    ChartSelectionMode

    Point

    Enables selection of individual points in the chart.

    Declaration
    public const ChartSelectionMode Point
    Field Value
    Type
    ChartSelectionMode

    Series

    Enables selection of series in the chart.

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