NewLineBreaks Property (FinancialChartOptions)
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. The default value is 3.
Syntax
'Declaration
<C1DescriptionAttribute("FinancialChartOptions.NewLineBreaks", "Gets or sets the number of previous boxes that must be compared before a new box is drawn in Line Break charts. The default value is 3.")>
<DefaultValueAttribute(3)>
Public Property NewLineBreaks As Integer
[C1Description("FinancialChartOptions.NewLineBreaks", "Gets or sets the number of previous boxes that must be compared before a new box is drawn in Line Break charts. The default value is 3.")]
[DefaultValue(3)]
public int NewLineBreaks {get; set;}
See Also