ComponentOne FinancialChart for UWP
C1.Xaml.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)
    public ObservableCollection<IChartLayer> Layers {get;}
    See Also