PointAndFigureReversal Property (FinancialExtraOptions)
In This Topic
Specifies the reversal amount for the point and figure chart.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(3)>
Public Property PointAndFigureReversal As System.Integer
'Usage
Dim instance As FinancialExtraOptions
Dim value As System.Integer
instance.PointAndFigureReversal = value
value = instance.PointAndFigureReversal
[System.ComponentModel.DefaultValue(3)]
public System.int PointAndFigureReversal {get; set;}
public read-write property PointAndFigureReversal: System.Integer;
System.ComponentModel.DefaultValueAttribute(3)
public function get,set PointAndFigureReversal : System.int
[System.ComponentModel.DefaultValue(3)]
public: __property System.int get_PointAndFigureReversal();
public: __property void set_PointAndFigureReversal(
System.int value
);
[System.ComponentModel.DefaultValue(3)]
public:
property System.int PointAndFigureReversal {
System.int get();
void set ( System.int value);
}
See Also