ComponentOne FinancialChart for WPF
C1.WPF.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)
    'Usage
     
    
    Dim instance As C1FlexChart
    Dim value As ObservableCollection(Of IBehavior)
     
    value = instance.Behaviors
    public ObservableCollection<IBehavior> Behaviors {get;}
    See Also