ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartView Class / Layers Property


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