FlexChart | ComponentOne
C1.Win.FlexChart.8 Assembly / C1.Win.Chart Namespace / FlexChart Class / Behaviors Property

In This Topic
    Behaviors Property (FlexChart)
    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