ComponentOne ASP.NET MVC Controls
LineBreakNewLineBreaks Method

C1.Web.Mvc.Finance.Fluent Namespace > FinancialExtraOptionsBuilder Class : LineBreakNewLineBreaks Method
The value.
Configurates C1.Web.Mvc.Finance.FinancialExtraOptions.LineBreakNewLineBreaks. Sets the number of previous boxes that must be compared before a new box is drawn in Line Break charts.
Syntax
'Declaration
 
Public Function LineBreakNewLineBreaks( _
   ByVal value As Integer _
) As FinancialExtraOptionsBuilder
public FinancialExtraOptionsBuilder LineBreakNewLineBreaks( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The default value is 3.
See Also

Reference

FinancialExtraOptionsBuilder Class
FinancialExtraOptionsBuilder Members