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

In This Topic
    PointAndFigurePeriod Property
    In This Topic
    Specifies the ATR period of the point and figure chart.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(20)>
    Public Property PointAndFigurePeriod As Integer
    [DefaultValue(20)]
    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