ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BubbleSeries Class / ConnectionFill Property


In This Topic
    ConnectionFill Property (BubbleSeries)
    In This Topic
    Gets or sets the connection fill brush.
    Syntax
    'Declaration
     
    
    Public Property ConnectionFill As Brush
    'Usage
     
    
    Dim instance As BubbleSeries
    Dim value As Brush
     
    instance.ConnectionFill = value
     
    value = instance.ConnectionFill
    public Brush ConnectionFill {get; set;}
    See Also