Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / Behaviors Property


In This Topic
    Behaviors Property (ChartBase)
    In This Topic
    Gets the behaviors collection.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Behaviors As ObservableCollection(Of IBehavior)
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As ObservableCollection(Of IBehavior)
     
    value = instance.Behaviors
    public new ObservableCollection<IBehavior> Behaviors {get;}
    See Also