Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartBase Class / Touchables Property


In This Topic
    Touchables Property (ChartBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Touchables As IList(Of View)
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As IList(Of View)
     
    value = instance.Touchables
    public virtual IList<View> Touchables {get;}
    See Also