SelectionMode Property (FlexChart)

Class

FlexChart.

Action

Gets whether ChartItem objects can be selected.

Possible values are none, single, or multiple. Set to none to prevent chart items from being selected. Set to single to allow only one item to be selected at a time. Set to multiple to allow one or more chart items to be selected at a time. The default value is none.

Syntax

C#
protected String selectionMode { get; }
VB
'Declaration
Protected Read Property selectionMode As String

Access

Read only.