GrapeCity.Xaml.Excel
BubbleSeries Property (IExcelBubbleChart)


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

Reference

IExcelBubbleChart Interface
IExcelBubbleChart Members