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);
}
See Also