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