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

本主题中
    PlotAreas 属性 (FlexRadar)
    本主题中
    Gets the chart plot areas collection.
    语法
    '声明
     
    Public ReadOnly Property PlotAreas As ObservableCollection(Of PlotArea)
    public ObservableCollection<PlotArea> PlotAreas {get;}
    请参见