SelectedIndex Property (FlexChartSeries)

Action

Gets the index of the selected item in the data provider of the series.

If multiple items are selected, then this property refers to the most recently selected item.

Syntax

C#
protected Integer selectedIndex { get; }
VB
'Declaration
Protected Read Property selectedIndex As Integer

Access

Read only.