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

In This Topic
    LegendToggle Property (PivotFlexChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChartCore<T>.LegendToggle. Sets a value indicating whether clicking legend items toggles the series visibility in the chart.
    Syntax
    'Declaration
     
    Public Property LegendToggle As Boolean
    public bool LegendToggle {get; set;}
    See Also