'Declaration <CategoryAttribute("Series Appearance")> <DescriptionAttribute("Controls the line properties applied on the bubble borders.")> Public Property BubbleBorder As LineProperties
'Usage Dim instance As BubbleSeries Dim value As LineProperties instance.BubbleBorder = value value = instance.BubbleBorder
[Category("Series Appearance")] [Description("Controls the line properties applied on the bubble borders.")] public LineProperties BubbleBorder {get; set;}