ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / SelectedIndex Property



In This Topic
    SelectedIndex Property (FlexChartBase)
    In This Topic
    Gets or sets the index of 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;}
    public:
    property int SelectedIndex {
       int get();
       void set (    int value);
    }
    See Also