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

In This Topic
    SelectedIndex Property (FlexChartBase)
    In This Topic
    Gets or sets the index of chart selected element.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(-1)>
    <C1DescriptionAttribute("FlexChartBase.SelectedIndex", "Gets or sets the index of chart selected element.")>
    Public Property SelectedIndex As Integer
    [DefaultValue(-1)]
    [C1Description("FlexChartBase.SelectedIndex", "Gets or sets the index of chart selected element.")]
    public int SelectedIndex {get; set;}
    See Also