ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartLegend Class / MaxSize Property






In This Topic
    MaxSize Property (ChartLegend)
    In This Topic
    Gets or sets the maximum legend size (width for left or right position and height for top or bottom position).
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("100px")>
    Public Overridable Property MaxSize As System.String
    'Usage
     
    
    Dim instance As ChartLegend
    Dim value As System.String
     
    instance.MaxSize = value
     
    value = instance.MaxSize
    [System.ComponentModel.DefaultValue("100px")]
    public virtual System.string MaxSize {get; set;}
    public read-write property MaxSize: System.String; virtual; 
    System.ComponentModel.DefaultValueAttribute("100px")
    public function get,set MaxSize : System.String
    [System.ComponentModel.DefaultValue("100px")]
    public: __property virtual System.string* get_MaxSize();
    public: __property virtual void set_MaxSize( 
       System.string* value
    );
    [System.ComponentModel.DefaultValue("100px")]
    public:
    virtual property System.String^ MaxSize {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also