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



In This Topic
    ReversalAmount Property
    In This Topic
    Specifies the reversal amount for the Kagi chart. The default value is 14.
    Syntax
    'Declaration
     
    
    Public Property ReversalAmount As Double
    'Usage
     
    
    Dim instance As FinancialChartOptions
    Dim value As Double
     
    instance.ReversalAmount = value
     
    value = instance.ReversalAmount
    public double ReversalAmount {get; set;}
    public:
    property double ReversalAmount {
       double get();
       void set (    double value);
    }
    See Also