Nevron .NET Vision
Nevron.Chart Namespace / NRenkoSeries Class / BoxSize Property


In This Topic
    BoxSize Property (NRenkoSeries)
    In This Topic
    Gets or sets the box size of the renko boxes.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the box size of the renko boxes.")>
    <System.ComponentModel.DefaultValueAttribute(5)>
    Public Property BoxSize As System.Double
    'Usage
     
    
    Dim instance As NRenkoSeries
    Dim value As System.Double
     
    instance.BoxSize = value
     
    value = instance.BoxSize
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Gets or sets the box size of the renko boxes.")]
    [System.ComponentModel.DefaultValue(5)]
    public System.double BoxSize {get; set;}
    Remarks
    By default the box size is 5 units.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also