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

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