ComponentOne Chart for WPF and Silverlight
Layers Property


C1.WPF.C1Chart Namespace > ChartView Class : Layers Property
Gets the collection of layers.
Syntax
'Declaration
 
Public ReadOnly Property Layers As System.Collections.ObjectModel.ObservableCollection(Of IChartLayer)
'Usage
 
Dim instance As ChartView
Dim value As System.Collections.ObjectModel.ObservableCollection(Of IChartLayer)
 
value = instance.Layers
public System.Collections.ObjectModel.ObservableCollection<IChartLayer> Layers {get;}
See Also

Reference

ChartView Class
ChartView Members