ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexRadarTagHelper Class / LegendMaxSize Property

In This Topic
    LegendMaxSize Property (FlexRadarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChartBase<T>.Legend. Sets the enumerated value that determines whether the maximum legend size.
    Syntax
    'Declaration
     
    Public Property LegendMaxSize As String
    public string LegendMaxSize {get; set;}
    See Also