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