ComponentOne FinancialChart for WPF
C1.Chart Namespace / IErrorBar Interface / ErrorAmount Property



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