'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the width of the renko boxes in percents of the floor grid cell width.")> <System.ComponentModel.DefaultValueAttribute(70)> Public Property BoxWidthPercent As System.Single
'Usage
Dim instance As NRenkoSeries Dim value As System.Single instance.BoxWidthPercent = value value = instance.BoxWidthPercent
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the width of the renko boxes in percents of the floor grid cell width.")] [System.ComponentModel.DefaultValue(70)] public System.float BoxWidthPercent {get; set;}