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

In This Topic
    ErrorAmount Property (ErrorBar)
    In This Topic
    Gets or sets a value that specifies the error amount of the series.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ErrorBar.ErrorAmount", "Gets or sets a value that specifies the error amount of the series.")>
    Public Property ErrorAmount As ErrorAmount
    [C1Description("ErrorBar.ErrorAmount", "Gets or sets a value that specifies the error amount of the series.")]
    public ErrorAmount ErrorAmount {get; set;}
    See Also