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

In This Topic
    LegendOrientation Property (PivotFlexChartTagHelper)
    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