GrapeCity.Xaml.Excel
ShowNegativeBubbles Property (IExcelBubbleChart)


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

Reference

IExcelBubbleChart Interface
IExcelBubbleChart Members