FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart Namespace / C1FlexChart Class / Layers Property

In This Topic
    Layers Property (C1FlexChart)
    In This Topic
    Gets the chart layers collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Layers As ObservableCollection(Of IChartLayer)
    public ObservableCollection<IChartLayer> Layers {get;}
    See Also