ComponentOne FlexChart for WinForms
SelectedIndex Property


C1.Win.Chart Namespace > FlexChartBase Class : SelectedIndex Property
Gets or sets the index of chart selected element.
Syntax
'Declaration
 
Public Property SelectedIndex As Integer
'Usage
 
Dim instance As FlexChartBase
Dim value As Integer
 
instance.SelectedIndex = value
 
value = instance.SelectedIndex
public int SelectedIndex {get; set;}
See Also

Reference

FlexChartBase Class
FlexChartBase Members