Xceed Chart for WinForms v4.4 Documentation
BubbleFillEffect Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > BubbleSeries Class : BubbleFillEffect Property
Controls the fill effects applied on the bubbles.
Syntax
'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;}
Remarks
This fill effect is applied on the bubbles if the FillMode property of the Appearance class is set to Series.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BubbleSeries Class
BubbleSeries Members