SelectedItems Property (FlexChartSeries)

Action

Gets an array of chart items that are selected in the series.

Syntax

C#
protected List(Of Integer) selectedItems { get; }
VB
'Declaration
Protected Read Property selectedItems As List(Of Integer)

Access

Read only.