FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart 命名空间 / FlexChart 类 / Behaviors 属性

本主题中
    Behaviors 属性 (FlexChart)
    本主题中
    Gets the behaviors collection.
    语法
    '声明
     
    Public ReadOnly Property Behaviors As ObservableCollection(Of IBehavior)
    public ObservableCollection<IBehavior> Behaviors {get;}
    请参见