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

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