ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / ErrorBar Class / CustomPlusErrorValue Property



In This Topic
    CustomPlusErrorValue Property
    In This Topic
    Gets or sets a value that specifies the custom plus error value.
    Syntax
    'Declaration
     
    
    Public Property CustomPlusErrorValue As Double
    'Usage
     
    
    Dim instance As ErrorBar
    Dim value As Double
     
    instance.CustomPlusErrorValue = value
     
    value = instance.CustomPlusErrorValue
    public double CustomPlusErrorValue {get; set;}
    public:
    property double CustomPlusErrorValue {
       double get();
       void set (    double value);
    }
    Remarks
    If ErrorAmount is ErrorAmount.Custom, the value will be used.
    See Also