GrapeCity.Xaml.Excel
BubbleScale Property (IExcelBubbleChart)


GrapeCity.Excel.Chart Namespace > IExcelBubbleChart Interface : BubbleScale Property
Specifies the scale factor for the bubble chart.
Syntax
'Declaration
 
Property BubbleScale As Integer
'Usage
 
Dim instance As IExcelBubbleChart
Dim value As Integer
 
instance.BubbleScale = value
 
value = instance.BubbleScale
int BubbleScale {get; set;}
See Also

Reference

IExcelBubbleChart Interface
IExcelBubbleChart Members