ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / FlexChartBase Class / SelectedIndex Property

In This Topic
    SelectedIndex Property
    In This Topic
    Gets or sets the index of selected element.
    Syntax
    'Declaration
     
    Public Property SelectedIndex As System.Integer
    public System.int SelectedIndex {get; set;}
    See Also