FlexChart | ComponentOne
C1.WPF.Chart.Finance Assembly / C1.WPF.Chart.Finance Namespace / C1FinancialChart Class / Behaviors Property

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