'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the maximal bubble size.")> <DefaultValueAttribute(12.5)> 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(12.5)] public float MaxSize {get; set;}