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