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

In This Topic
    LegendPosition Property (FlexChartTagHelper)
    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