FlexPivot for WinForms
ErrorValue プロパティ

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Win.Chart 名前空間 > ErrorBar クラス : ErrorValue プロパティ
Gets or sets a value that specifies the error value of the series.
シンタックス
'宣言
 
Public Property ErrorValue As System.Double
public System.double ErrorValue {get; set;}
解説
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.
参照

ErrorBar クラス
ErrorBar メンバ