menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartSelectionType - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartSelectionType

    Defines the selection type for a ChartSelectionBehavior.

    Inheritance
    System.Object
    ChartSelectionType
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.dll
    Syntax
    public sealed class ChartSelectionType : Enum

    Fields

    Multiple

    The user can select two or many items at a time.

    Declaration
    public const ChartSelectionType Multiple
    Field Value
    Type
    ChartSelectionType

    None

    No items can be selected.

    Declaration
    public const ChartSelectionType None
    Field Value
    Type
    ChartSelectionType

    Single

    The user can select only one item at a time.

    Declaration
    public const ChartSelectionType Single
    Field Value
    Type
    ChartSelectionType

    SingleDeselect

    The user can select and deselect only one item at a time.

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