ComponentOne Chart3D for WPF and Silverlight
Children Property (C1Chart3D)


C1.WPF.C1Chart3D Namespace > C1Chart3D Class : Children Property
Gets the collection of data series. Now only one series is supported.
Syntax
'Declaration
 
Public ReadOnly Property Children As System.Collections.ObjectModel.ObservableCollection(Of GridDataSeries)
'Usage
 
Dim instance As C1Chart3D
Dim value As System.Collections.ObjectModel.ObservableCollection(Of GridDataSeries)
 
value = instance.Children
public System.Collections.ObjectModel.ObservableCollection<GridDataSeries> Children {get;}
See Also

Reference

C1Chart3D Class
C1Chart3D Members