ComponentOne FinancialChart for UWP
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 ObservableCollection(Of IBehavior)
    public ObservableCollection<IBehavior> Behaviors {get;}
    See Also