'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the bubble style.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property BubbleStyle As PointStyle
'Usage Dim instance As BubbleSeries Dim value As PointStyle instance.BubbleStyle = value value = instance.BubbleStyle
[Category("Options")] [Description("Controls the bubble style.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public PointStyle BubbleStyle {get; set;}