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

In This Topic
    MaxSize Property
    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
     
    
    <DefaultValueAttribute("100px")>
    Public Overridable Property MaxSize As String
    [DefaultValue("100px")]
    public virtual string MaxSize {get; set;}
    See Also