ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / PlotArea Class / Width Property

In This Topic
    Width Property (PlotArea)
    In This Topic
    Gets or sets the width of the plot area.
    Syntax
    'Declaration
     
    Public Property Width As Windows.UI.Xaml.GridLength
    public Windows.UI.Xaml.GridLength Width {get; set;}
    See Also