SelectedIndices Property (FlexChartSeries)

Action

Gets an array of indexes of the selected items in the data provider of the series.

Syntax

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

Access

Read only.