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

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