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

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