Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartBase Class / SelectedIndex Property


In This Topic
    SelectedIndex Property (ChartBase)
    In This Topic
    Gets or sets the index of selected element.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("SelectedIndex")>
    <BrowsableAttribute(True)>
    Public Property SelectedIndex As Integer
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As Integer
     
    instance.SelectedIndex = value
     
    value = instance.SelectedIndex
    [Foundation.Export("SelectedIndex")]
    [Browsable(true)]
    public int SelectedIndex {get; set;}
    See Also