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






In This Topic
    RenkoBoxSize Property (FinancialExtraOptions)
    In This Topic
    Specifies the box size for the Renko chart.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(14)>
    Public Property RenkoBoxSize As System.Integer
    'Usage
     
    
    Dim instance As FinancialExtraOptions
    Dim value As System.Integer
     
    instance.RenkoBoxSize = value
     
    value = instance.RenkoBoxSize
    [System.ComponentModel.DefaultValue(14)]
    public System.int RenkoBoxSize {get; set;}
    public read-write property RenkoBoxSize: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(14)
    public function get,set RenkoBoxSize : System.int
    [System.ComponentModel.DefaultValue(14)]
    public: __property System.int get_RenkoBoxSize();
    public: __property void set_RenkoBoxSize( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(14)]
    public:
    property System.int RenkoBoxSize {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    The default value is 14.
    See Also