Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / BubbleScale Property


In This Topic
    BubbleScale Property
    In This Topic
    Gets or sets the scale factor for bubbles in the specified chart group. Can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size.
    Syntax
    'Declaration
     
    Property BubbleScale As Integer
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Integer
     
    instance.BubbleScale = value
     
    value = instance.BubbleScale
    int BubbleScale {get; set;}
    Remarks
    Applies only to bubble charts.
    See Also