LineBreakNewLineBreaks Property (FinancialExtraOptions)
In This Topic
Gets or sets the number of previous boxes that must be compared before a new box is drawn in Line Break charts.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(3)>
Public Property LineBreakNewLineBreaks As System.Integer
'Usage
Dim instance As FinancialExtraOptions
Dim value As System.Integer
instance.LineBreakNewLineBreaks = value
value = instance.LineBreakNewLineBreaks
[System.ComponentModel.DefaultValue(3)]
public System.int LineBreakNewLineBreaks {get; set;}
public read-write property LineBreakNewLineBreaks: System.Integer;
System.ComponentModel.DefaultValueAttribute(3)
public function get,set LineBreakNewLineBreaks : System.int
[System.ComponentModel.DefaultValue(3)]
public: __property System.int get_LineBreakNewLineBreaks();
public: __property void set_LineBreakNewLineBreaks(
System.int value
);
[System.ComponentModel.DefaultValue(3)]
public:
property System.int LineBreakNewLineBreaks {
System.int get();
void set ( System.int value);
}
See Also