menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartSelectionMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartSelectionMode

    Defines the pivot chart 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. DragY - To select points, by dragging with respect to vertical axis. DragX - To select points, by dragging with respect to horizontal axis.

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

    Fields

    Cluster

    Cluster - To select a cluster of point.

    Declaration
    public const ChartSelectionMode Cluster
    Field Value
    Type
    ChartSelectionMode

    DragX

    DragX - To select points, by dragging with respect to horizontal axis.

    Declaration
    public const ChartSelectionMode DragX
    Field Value
    Type
    ChartSelectionMode

    DragXY

    DragXY - To select points, by dragging with respect to both horizontal and vertical axis.

    Declaration
    public const ChartSelectionMode DragXY
    Field Value
    Type
    ChartSelectionMode

    DragY

    DragY - To select points, by dragging with respect to vertical axis.

    Declaration
    public const ChartSelectionMode DragY
    Field Value
    Type
    ChartSelectionMode

    None

    None - Disable the selection.

    Declaration
    public const ChartSelectionMode None
    Field Value
    Type
    ChartSelectionMode

    Point

    Point - To select a point.

    Declaration
    public const ChartSelectionMode Point
    Field Value
    Type
    ChartSelectionMode

    Series

    Series - To select a series.

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