Enum
ChartSelectionMode

Specifies the possible modes used by a ChartSelectionBehavior to update the current selection within a RadChartBase instance.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public enum ChartSelectionMode

Fields

Multiple

Multiple DataPoint/ChartSeries may be selected at a time.

Declaration

cs-api-definition
Multiple = 2

Field Value

ChartSelectionMode

None

No selection is performed.

Declaration

cs-api-definition
None = 0

Field Value

ChartSelectionMode

Single

One DataPoint/ChartSeries may be selected at a time.

Declaration

cs-api-definition
Single = 1

Field Value

ChartSelectionMode

In this article
DefinitionFieldsMultipleNoneSingle
Not finding the help you need?
Contact Support