FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart 命名空间 / ErrorBar 类 / ErrorValue 属性

本主题中
    ErrorValue 属性 (ErrorBar)
    本主题中
    Gets or sets a value that specifies the error value of the series.
    语法
    '声明
     
    Public Property ErrorValue As Double
    public 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.
    请参见