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