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

In This Topic
    ShowLegend Property
    In This Topic
    Gets or sets a value that determines whether the chart should include a legend.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ShowLegend As LegendVisibility
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public LegendVisibility ShowLegend {get; set;}
    See Also