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

In This Topic
    LegendMaxSize Property (PivotFlexChartTagHelper)
    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