ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / RenderNodeEventArgs Class / Depth Property

In This Topic
    Depth Property (RenderNodeEventArgs)
    In This Topic
    Gets the depth of the node
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("RenderNodeEventArgs.Depth", "Gets the depth of the node")>
    Public ReadOnly Property Depth As Integer
    [C1Description("RenderNodeEventArgs.Depth", "Gets the depth of the node")]
    public int Depth {get;}
    See Also