'Declaration <CategoryAttribute("Series Appearance")> <DescriptionAttribute("Controls the fill effects applied on the bubbles.")> Public Property BubbleFillEffect As FillEffect
'Usage Dim instance As BubbleSeries Dim value As FillEffect instance.BubbleFillEffect = value value = instance.BubbleFillEffect
[Category("Series Appearance")] [Description("Controls the fill effects applied on the bubbles.")] public FillEffect BubbleFillEffect {get; set;}