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

In This Topic
    ShowLegend Property (PivotChart)
    In This Topic
    Gets or 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