GrapeCity.Xaml.Excel
BubbleScale Property (ExcelBubbleChart)


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

Reference

ExcelBubbleChart Class
ExcelBubbleChart Members