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

In This Topic
    LegendOrientation Property (FlexRadarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChartBase<T>.Legend. Sets the enumerated value that determines whether the legend orientate.
    Syntax
    'Declaration
     
    Public Property LegendOrientation As LegendOrientation
    public LegendOrientation LegendOrientation {get; set;}
    See Also