ComponentOne FlexChart for UWP
Layers Property

C1.UWP.FlexChart Assembly > C1.Xaml.Chart Namespace > C1FlexChart Class : Layers Property
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

Reference

C1FlexChart Class
C1FlexChart Members