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

In This Topic
    Position Property (ChartLegendTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartLegend.Position. 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