ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / PlotArea Class / Height Property



In This Topic
    Height Property (PlotArea)
    In This Topic
    Gets or sets the Height of the plot area.
    Syntax
    'Declaration
     
    
    Public Property Height As GridLength
    'Usage
     
    
    Dim instance As PlotArea
    Dim value As GridLength
     
    instance.Height = value
     
    value = instance.Height
    public GridLength Height {get; set;}
    public:
    property GridLength Height {
       GridLength get();
       void set (    GridLength value);
    }
    See Also