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

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