ComponentOne FinancialChart for WPF
CustomMinusErrorValue Property (IErrorBar)



C1.Chart Namespace > IErrorBar Interface : CustomMinusErrorValue Property
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;}
property double CustomMinusErrorValue {
   double get();
   void set (    double value);
}
Remarks
If ErrorAmount is ErrorAmount.Custom, the value will be used.
See Also

Reference

IErrorBar Interface
IErrorBar Members