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

In This Topic
    Direction Property (ErrorBarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ErrorBar<T>.Direction. Sets a value that specifies the direction of the series.
    Syntax
    'Declaration
     
    Public Property Direction As ErrorBarDirection
    public ErrorBarDirection Direction {get; set;}
    See Also