Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / BubbleSizes Property


In This Topic
    BubbleSizes Property
    In This Topic
    Gets or sets a System.Double array that refers to the worksheet cells containing the size data for the bubble chart.
    Syntax
    'Declaration
     
    Property BubbleSizes As Double()
    'Usage
     
    Dim instance As ISeries
    Dim value() As Double
     
    instance.BubbleSizes = value
     
    value = instance.BubbleSizes
    double[] BubbleSizes {get; set;}
    Remarks
    Applies only to bubble charts.
    See Also