ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ExtraOptions Class / GroupWidth Property






In This Topic
    GroupWidth Property (ExtraOptions)
    In This Topic
    Specifies the group width for Column charts, or the group height for Bar charts.The group width can be specified in pixels or percent of available space.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("70%")>
    Public Property GroupWidth As System.String
    'Usage
     
    
    Dim instance As ExtraOptions
    Dim value As System.String
     
    instance.GroupWidth = value
     
    value = instance.GroupWidth
    [System.ComponentModel.DefaultValue("70%")]
    public System.string GroupWidth {get; set;}
    public read-write property GroupWidth: System.String; 
    System.ComponentModel.DefaultValueAttribute("70%")
    public function get,set GroupWidth : System.String
    [System.ComponentModel.DefaultValue("70%")]
    public: __property System.string* get_GroupWidth();
    public: __property void set_GroupWidth( 
       System.string* value
    );
    [System.ComponentModel.DefaultValue("70%")]
    public:
    property System.String^ GroupWidth {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    The default value is "70%"
    See Also