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



In This Topic
    Width Property (RenderNodeEventArgs)
    In This Topic
    Gets the width of the node rectangle.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Width As Double
    'Usage
     
    
    Dim instance As RenderNodeEventArgs
    Dim value As Double
     
    value = instance.Width
    public double Width {get;}
    public:
    property double Width {
       double get();
    }
    See Also