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

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