Gets or sets a value that specifies the cumstom minus error value.
Syntax
'Declaration
Property CustomMinusErrorValue As Double
'Usage
Dim instance As IErrorBar
Dim value As Double
instance.CustomMinusErrorValue = value
value = instance.CustomMinusErrorValue
double CustomMinusErrorValue {get; set;}
See Also