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


In This Topic
    BubbleBorder Property
    In This Topic
    Controls the line properties applied on the bubble borders.
    Syntax
    '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;}
    Remarks
    This border is applied on the bubbles if the LineMode 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