ComponentOne FlexChart for WPF
Layers Property

C1.WPF.FlexChart.4 Assembly > C1.WPF.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