ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / FinancialChartOptions Class / ReversalAmount Property

In This Topic
    ReversalAmount Property (FinancialChartOptions)
    In This Topic
    Specifies the reversal amount for the Kagi chart. The default value is 2.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("FinancialChartOptions.ReversalAmount", "Specifies the reversal amount for the Kagi chart. The default value is 2.")>
    <DefaultValueAttribute(2)>
    Public Property ReversalAmount As Double
    [C1Description("FinancialChartOptions.ReversalAmount", "Specifies the reversal amount for the Kagi chart. The default value is 2.")]
    [DefaultValue(2)]
    public double ReversalAmount {get; set;}
    See Also