ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartLegend Class / Position Property

In This Topic
    Position Property (ChartLegend)
    In This Topic
    Gets or sets the enumerated value that determines whether and where the legend appears in relation to the chart.
    Syntax
    'Declaration
     
    Public Overridable Property Position As Position
    public virtual Position Position {get; set;}
    See Also