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
 
Remarks
The default is Close. Only the Close and HighLow are supported.
See Also