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

In This Topic
    PointAndFigureFields Property
    In This Topic
    Specifies the DataFields used for the point and figure chart.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property PointAndFigureFields As DataFields
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public DataFields PointAndFigureFields {get; set;}
    Remarks
    The default is Close. Only the Close and HighLow are supported.
    See Also