ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / 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 System.Collections.ObjectModel.ObservableCollection(Of IChartLayer)
    public System.Collections.ObjectModel.ObservableCollection<IChartLayer> Layers {get;}
    See Also