ComponentOne ASP.NET MVC Controls
PointAndFigurePeriod Method

C1.Web.Mvc.Finance.Fluent Namespace > FinancialExtraOptionsBuilder Class : PointAndFigurePeriod Method
The value.
Configurates C1.Web.Mvc.Finance.FinancialExtraOptions.PointAndFigurePeriod. Specifies the ATR period of the point and figure chart.
Syntax
'Declaration
 
Public Function PointAndFigurePeriod( _
   ByVal value As Integer _
) As FinancialExtraOptionsBuilder
public FinancialExtraOptionsBuilder PointAndFigurePeriod( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The default is 20. Must be an integer less than the length of the data and greater than one.
See Also

Reference

FinancialExtraOptionsBuilder Class
FinancialExtraOptionsBuilder Members