ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialExtraOptions Class / PointAndFigurePeriod Property

In This Topic
    PointAndFigurePeriod Property (FinancialExtraOptions)
    In This Topic
    Specifies the ATR period of the point and figure chart.
    Syntax
    'Declaration
     
    Public Property PointAndFigurePeriod As Integer
    public int PointAndFigurePeriod {get; set;}
    Remarks
    The default is 20. Must be an integer less than the length of the data and greater than one.
    See Also