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

In This Topic
    LegendPosition Property (FinancialChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChartBase<T>.Legend. Sets the enumerated value that determines whether and where the legend appears in relation to the chart.
    Syntax
    'Declaration
     
    Public Property LegendPosition As Position
    public Position LegendPosition {get; set;}
    See Also