Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / XYBubbleSeries Class / BubbleSize Property


In This Topic
    BubbleSize Property
    In This Topic
    Gets or sets the size of the largest bubble.
    Syntax
    'Declaration
     
    
    Public Property BubbleSize As Single
    'Usage
     
    
    Dim instance As XYBubbleSeries
    Dim value As Single
     
    instance.BubbleSize = value
     
    value = instance.BubbleSize
    public float BubbleSize {get; set;}
    Exceptions
    ExceptionDescription
    value is less than or equal to zero or is greater than one.
    Remarks
    Size is measured relative to plot area width (0 = no width, 1 = width of plot area).
    See Also