ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / PlotArea Class / Width Property






In This Topic
    Width Property (PlotArea)
    In This Topic
    Gets or sets width of the plot area. The width can be specified as number(sets the width in pixels) or string in the format '{number}*' (star sizing).
    Syntax
    'Declaration
     
    
    Public Property Width As System.String
    'Usage
     
    
    Dim instance As PlotArea
    Dim value As System.String
     
    instance.Width = value
     
    value = instance.Width
    public System.string Width {get; set;}
    public read-write property Width: System.String; 
    public function get,set Width : System.String
    public: __property System.string* get_Width();
    public: __property void set_Width( 
       System.string* value
    );
    public:
    property System.String^ Width {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also