'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the minimal bubble size.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property MinSize As NLength
'Usage
Dim instance As NBubbleSeries Dim value As NLength instance.MinSize = value value = instance.MinSize
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the minimal bubble size.")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength MinSize {get; set;}