Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / BubbleSeries Class / BubbleFillEffect Property


In This Topic
    BubbleFillEffect Property
    In This Topic
    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