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

In This Topic
    Orientation Property (ChartLegend)
    In This Topic
    Gets or 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