ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / C1Chart Class / ChildrenProperty Field


In This Topic
    ChildrenProperty Field
    In This Topic
    Identifies the Children dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ChildrenProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1Chart.ChildrenProperty
    public static readonly DependencyProperty ChildrenProperty
    See Also