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



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