SelectedItem Property (FlexChartSeries)

Action

Gets the chart item that is selected in the series.

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

Syntax

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

Access

Read only.