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

In This Topic
    CustomMinusErrorValue Property (ErrorBar)
    In This Topic
    Gets or sets a value that specifies the cumstom minus error value.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ErrorBar.CustomMinusErrorValue", "Gets or sets a value that specifies the cumstom minus error value.")>
    Public Property CustomMinusErrorValue As Double
    [C1Description("ErrorBar.CustomMinusErrorValue", "Gets or sets a value that specifies the cumstom minus error value.")]
    public double CustomMinusErrorValue {get; set;}
    Remarks
    If ErrorAmount is ErrorAmount.Custom, the value will be used.
    See Also