FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.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 ObservableCollection(Of IBehavior)
    public ObservableCollection<IBehavior> Behaviors {get;}
    See Also