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

In This Topic
    RenkoBoxSize Property
    In This Topic
    Specifies the box size for the Renko chart.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(14)>
    Public Property RenkoBoxSize As Integer
    [DefaultValue(14)]
    public int RenkoBoxSize {get; set;}
    Remarks
    The default value is 14.
    See Also