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

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