GrapeCity.Xaml.Excel
BubbleChart Property (ExcelChart)


GrapeCity.Excel.Chart Namespace > ExcelChart Class : BubbleChart Property
Specifies there is a bubble chart.
Syntax
'Declaration
 
Public Property BubbleChart As IExcelBubbleChart
'Usage
 
Dim instance As ExcelChart
Dim value As IExcelBubbleChart
 
instance.BubbleChart = value
 
value = instance.BubbleChart
public IExcelBubbleChart BubbleChart {get; set;}
See Also

Reference

ExcelChart Class
ExcelChart Members