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

In This Topic
    PointAndFigureReversal Property
    In This Topic
    Specifies the reversal amount for the point and figure chart.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(3)>
    Public Property PointAndFigureReversal As Integer
    [DefaultValue(3)]
    public int PointAndFigureReversal {get; set;}
    Remarks
    The default is 3.
    See Also