ComponentOne Chart for WPF and Silverlight
Children Property (C1Chart)


C1.WPF.C1Chart Namespace > C1Chart Class : Children Property
Gets the collection of child elements.
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property Children As System.Collections.ObjectModel.Collection(Of UIElement)
'Usage
 
Dim instance As C1Chart
Dim value As System.Collections.ObjectModel.Collection(Of UIElement)
 
value = instance.Children
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[System.ComponentModel.Browsable(false)]
public System.Collections.ObjectModel.Collection<UIElement> Children {get;}
See Also

Reference

C1Chart Class
C1Chart Members