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

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