GrapeCity.Xaml.Excel
BubbleSeries Property (ExcelBubbleChart)


GrapeCity.Excel.Chart Namespace > ExcelBubbleChart Class : BubbleSeries Property
Specifies the series of the bubble chart.
Syntax
'Declaration
 
Public Property BubbleSeries As List(Of ExcelBubbleSeries)
'Usage
 
Dim instance As ExcelBubbleChart
Dim value As List(Of ExcelBubbleSeries)
 
instance.BubbleSeries = value
 
value = instance.BubbleSeries
public List<ExcelBubbleSeries> BubbleSeries {get; set;}
See Also

Reference

ExcelBubbleChart Class
ExcelBubbleChart Members