'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets the width of the box in model units")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property BoxWidth As NLength
'Usage
Dim instance As NBoxAndWhiskersSeries Dim value As NLength instance.BoxWidth = value value = instance.BoxWidth
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Gets or sets the width of the box in model units")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength BoxWidth {get; set;}