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

In This Topic
    RenkoFields Property
    In This Topic
    Specifies the DataFields used for the Renko chart.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property RenkoFields As DataFields
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public DataFields RenkoFields {get; set;}
    Remarks
    The default value is DataFields.Close.Note:Renko doesn't support HighLow.
    See Also