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

In This Topic
    PointAndFigureFields Property (FinancialChartTagHelper)
    In This Topic
    Specifies the DataFields used for the point and figure chart. The default is Close. Only the Close and HighLow are supported.
    Syntax
    'Declaration
     
    Public Property PointAndFigureFields As DataFields
    public DataFields PointAndFigureFields {get; set;}
    See Also