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

In This Topic
    Height Property (RenderNodeEventArgs)
    In This Topic
    Gets the height of the node rectangle.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("RenderNodeEventArgs.Height", "Gets the height of the node rectangle.")>
    Public ReadOnly Property Height As Double
    [C1Description("RenderNodeEventArgs.Height", "Gets the height of the node rectangle.")]
    public double Height {get;}
    See Also