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

In This Topic
    ShowLegend Property (PivotChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotChart.ShowLegend. Sets a value that determines whether the chart should include a legend.
    Syntax
    'Declaration
     
    Public Property ShowLegend As LegendVisibility
    public LegendVisibility ShowLegend {get; set;}
    See Also