GrapeCity.Xaml.Excel
ShowNegativeBubbles Property (ExcelBubbleChart)


GrapeCity.Excel.Chart Namespace > ExcelBubbleChart Class : ShowNegativeBubbles Property
Specifies negative sized bubble shall be shown on a bubble chart.
Syntax
'Declaration
 
Public Property ShowNegativeBubbles As Boolean
'Usage
 
Dim instance As ExcelBubbleChart
Dim value As Boolean
 
instance.ShowNegativeBubbles = value
 
value = instance.ShowNegativeBubbles
public bool ShowNegativeBubbles {get; set;}
See Also

Reference

ExcelBubbleChart Class
ExcelBubbleChart Members