ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 Windows.UI.Xaml.GridLength
    public Windows.UI.Xaml.GridLength Height {get; set;}
    See Also