ComponentOne FinancialChart for WPF
ErrorAmount Property (IErrorBar)



C1.Chart Namespace > IErrorBar Interface : ErrorAmount Property
Gets or sets a value that specifies the error amount of the series.
Syntax
'Declaration
 
Property ErrorAmount As ErrorAmount
'Usage
 
Dim instance As IErrorBar
Dim value As ErrorAmount
 
instance.ErrorAmount = value
 
value = instance.ErrorAmount
ErrorAmount ErrorAmount {get; set;}
property ErrorAmount ErrorAmount {
   ErrorAmount get();
   void set (    ErrorAmount value);
}
See Also

Reference

IErrorBar Interface
IErrorBar Members