ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FinancialExtraOptions Class / KagiReversalAmount Property






In This Topic
    KagiReversalAmount Property (FinancialExtraOptions)
    In This Topic
    Specifies the reversal amount for the Kagi chart.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(14)>
    Public Property KagiReversalAmount As System.Integer
    'Usage
     
    
    Dim instance As FinancialExtraOptions
    Dim value As System.Integer
     
    instance.KagiReversalAmount = value
     
    value = instance.KagiReversalAmount
    [System.ComponentModel.DefaultValue(14)]
    public System.int KagiReversalAmount {get; set;}
    public read-write property KagiReversalAmount: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(14)
    public function get,set KagiReversalAmount : System.int
    [System.ComponentModel.DefaultValue(14)]
    public: __property System.int get_KagiReversalAmount();
    public: __property void set_KagiReversalAmount( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(14)]
    public:
    property System.int KagiReversalAmount {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    The default value is 14.
    See Also