SpreadsheetGear 2017
ShowNegativeBubbles Property (IChartGroup)






SpreadsheetGear.Charts Namespace > IChartGroup Interface : ShowNegativeBubbles Property
Gets or sets the property which specifies whether bubbles with negative values are shown on a bubble chart.
Syntax
'Declaration
 
Property ShowNegativeBubbles As System.Boolean
'Usage
 
Dim instance As IChartGroup
Dim value As System.Boolean
 
instance.ShowNegativeBubbles = value
 
value = instance.ShowNegativeBubbles
System.bool ShowNegativeBubbles {get; set;}
read-write property ShowNegativeBubbles: System.Boolean; 
function get,set ShowNegativeBubbles : System.boolean
__property System.bool get_ShowNegativeBubbles();
__property void set_ShowNegativeBubbles( 
   System.bool value
);
property System.bool ShowNegativeBubbles {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChartGroup Interface
IChartGroup Members