SelectedChartItems Property (FlexChart)

Class

FlexChart.

Action

Gets an array of all the selected ChartItem objects in the chart.

Syntax

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

Access

Read only.