ComponentOne FinancialChart for WPF
CustomPlusErrorValue Property (IErrorBar)



C1.Chart Namespace > IErrorBar Interface : CustomPlusErrorValue Property
Gets or sets a value that specifies the custom plus error value.
Syntax
'Declaration
 
Property CustomPlusErrorValue As Double
'Usage
 
Dim instance As IErrorBar
Dim value As Double
 
instance.CustomPlusErrorValue = value
 
value = instance.CustomPlusErrorValue
double CustomPlusErrorValue {get; set;}
property double CustomPlusErrorValue {
   double get();
   void set (    double value);
}
Remarks
If ErrorAmount is ErrorAmount.Custom, the value will be used.
See Also

Reference

IErrorBar Interface
IErrorBar Members