Class ChartSelectionType

    Show / Hide Table of Contents

    Class ChartSelectionType

    Defines the selection type for a ChartSelectionBehavior.

    Inheritance
    System.Object
    ChartSelectionType
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.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 Description
    ChartSelectionType

    None

    No items can be selected.

    Declaration
    public const ChartSelectionType None
    Field Value
    Type Description
    ChartSelectionType

    Single

    The user can select only one item at a time.

    Declaration
    public const ChartSelectionType Single
    Field Value
    Type Description
    ChartSelectionType

    SingleDeselect

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

    Declaration
    public const ChartSelectionType SingleDeselect
    Field Value
    Type Description
    ChartSelectionType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved