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

In This Topic
    LegendPosition Property (PivotChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotChart.LegendPosition. Sets a value that determines whether and where the legend appears in relation to the plot area.
    Syntax
    'Declaration
     
    Public Property LegendPosition As Position
    public Position LegendPosition {get; set;}
    See Also