ComponentOne FinancialChart for WPF
C1.WPF.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 GridLength
    'Usage
     
    
    Dim instance As PlotArea
    Dim value As GridLength
     
    instance.Width = value
     
    value = instance.Width
    public GridLength Width {get; set;}
    public:
    property GridLength Width {
       GridLength get();
       void set (    GridLength value);
    }
    See Also