ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / C1FlexChart Class / Behaviors Property

In This Topic
    Behaviors Property
    In This Topic
    Gets the behaviors collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Behaviors As System.Collections.ObjectModel.ObservableCollection(Of IBehavior)
    public System.Collections.ObjectModel.ObservableCollection<IBehavior> Behaviors {get;}
    See Also