FlexChart | ComponentOne
C1.WPF.Chart.Finance Assembly / C1.WPF.Chart.Finance Namespace / C1FinancialChart Class / Layers Property

In This Topic
    Layers Property (C1FinancialChart)
    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