ASP.NET Core MVC Controls | ComponentOne
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
     
    
    <System.ComponentModel.DefaultValueAttribute(20)>
    Public Property PointAndFigurePeriod As System.Integer
    'Usage
     
    
    Dim instance As FinancialExtraOptions
    Dim value As System.Integer
     
    instance.PointAndFigurePeriod = value
     
    value = instance.PointAndFigurePeriod
    [System.ComponentModel.DefaultValue(20)]
    public System.int PointAndFigurePeriod {get; set;}
    public read-write property PointAndFigurePeriod: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(20)
    public function get,set PointAndFigurePeriod : System.int
    [System.ComponentModel.DefaultValue(20)]
    public: __property System.int get_PointAndFigurePeriod();
    public: __property void set_PointAndFigurePeriod( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(20)]
    public:
    property System.int PointAndFigurePeriod {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    The default is 20. Must be an integer less than the length of the data and greater than one.
    See Also