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

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