ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Overridable Property MaxSize As String
    public virtual string MaxSize {get; set;}
    See Also