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

In This Topic
    Value Property (ErrorBarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ErrorBar<T>.Value. Sets a value that specifies the error value of the series. This property should be work with ErrorAmount property. If ErrorAmount is ErrorAmount.FixedValue, the Value property is a fixed number value. If ErrorAmount is ErrorAmount.Percentage, the Value property is a percentage number value between 0 and 1. If errorAmount is ErrorAmount.Custom, the Value property is an object of minus/plus value or an array of minus/plus value. If ErrorAmount is ErrorAmount.StandardDeviation, the Value property is a percentage number of calculated standard deviation value.
    Syntax
    'Declaration
     
    Public Property Value As Object
    public object Value {get; set;}
    See Also