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



In This Topic
    ErrorAmount Property
    In This Topic
    Gets or sets a value that specifies the error amount of the series.
    Syntax
    'Declaration
     
    
    Public Property ErrorAmount As ErrorAmount
    'Usage
     
    
    Dim instance As ErrorBar
    Dim value As ErrorAmount
     
    instance.ErrorAmount = value
     
    value = instance.ErrorAmount
    public ErrorAmount ErrorAmount {get; set;}
    public:
    property ErrorAmount ErrorAmount {
       ErrorAmount get();
       void set (    ErrorAmount value);
    }
    See Also