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

In This Topic
    Orientation Property (ChartLegendTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartLegend.Orientation. Sets a value that determines the orientation of the legend.
    Syntax
    'Declaration
     
    Public Overridable Property Orientation As LegendOrientation
    public virtual LegendOrientation Orientation {get; set;}
    See Also