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

In This Topic
    Reversed Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.Reversed. Sets a value indicating whether the axis is reversed (top to bottom or right to left).
    Syntax
    'Declaration
     
    Public Property Reversed As Boolean
    public bool Reversed {get; set;}
    See Also