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

In This Topic
    Height Property (PlotArea)
    In This Topic
    Gets or sets the height of plot area.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("PlotArea.Height", "Gets or sets the height of plot area.")>
    Public Property Height As GridLength
    [C1Description("PlotArea.Height", "Gets or sets the height of plot area.")]
    public GridLength Height {get; set;}
    See Also