'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the maximal bubble size.")> <DefaultValueAttribute()> Public Property MaxSize As Single
'Usage Dim instance As BubbleSeries Dim value As Single instance.MaxSize = value value = instance.MaxSize
[Category("Options")] [Description("Controls the maximal bubble size.")] [DefaultValue()] public float MaxSize {get; set;}