ComponentOne FlexChart for WinForms
ErrorValue Property (IErrorBar)


C1.Chart Namespace > IErrorBar Interface : ErrorValue Property
Gets or sets a value that specifies the error value of the series.
Syntax
'Declaration
 
Property ErrorValue As Double
'Usage
 
Dim instance As IErrorBar
Dim value As Double
 
instance.ErrorValue = value
 
value = instance.ErrorValue
double ErrorValue {get; set;}
Remarks
This property should be work with errorAmount property. If ErrorAmount is ErrorAmount.FixedValue, the value property is a fixed number value. If ErrorAmount is ErrorAmount.Percentage, the value property is a percentage number value between 0 and 1. If ErrorAmount is ErrorAmount.StandardDeviation, the value property is a percentage number of calculated standard deviation value.
See Also

Reference

IErrorBar Interface
IErrorBar Members