Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Chart Namespace / IErrorBar Interface / CustomMinusErrorValue Property

In This Topic
    CustomMinusErrorValue Property (IErrorBar)
    In This Topic
    Gets or sets a value that specifies the cumstom minus error value.
    Syntax
    'Declaration
     
    
    Property CustomMinusErrorValue As Double
    double CustomMinusErrorValue {get; set;}
    Remarks
    If ErrorAmount is ErrorAmount.Custom, the value will be used.
    See Also