ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexChart Class / Layers Property



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