GrapeCity.Xaml.Excel
BubbleSize Property (ExcelBubbleSeries)


GrapeCity.Excel.Chart Namespace > ExcelBubbleSeries Class : BubbleSize Property
Specifies the data for the sizes of the bubbles on the bubble chart.
Syntax
'Declaration
 
Public Property BubbleSize As IExcelSeriesValue
'Usage
 
Dim instance As ExcelBubbleSeries
Dim value As IExcelSeriesValue
 
instance.BubbleSize = value
 
value = instance.BubbleSize
public IExcelSeriesValue BubbleSize {get; set;}
See Also

Reference

ExcelBubbleSeries Class
ExcelBubbleSeries Members