FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart Namespace / C1FlexChart Class / Behaviors Property

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