ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartPanel Class / Children Property


In This Topic
    Children Property (ChartPanel)
    In This Topic
    Gets the collection of child elements.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Children As ChartPanelObjectCollection
    'Usage
     
    
    Dim instance As ChartPanel
    Dim value As ChartPanelObjectCollection
     
    value = instance.Children
    public new ChartPanelObjectCollection Children {get;}
    See Also