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


In This Topic
    BubbleSizesFormula Property
    In This Topic
    Gets or sets the range, which contains the source data for bubble sizes, using A1-notation formula.
    Syntax
    'Declaration
     
    Property BubbleSizesFormula As String
    'Usage
     
    Dim instance As ISeries
    Dim value As String
     
    instance.BubbleSizesFormula = value
     
    value = instance.BubbleSizesFormula
    string BubbleSizesFormula {get; set;}
    See Also