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

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