SpreadsheetGear 2017
Explosion Property (IPoint)






SpreadsheetGear.Charts Namespace > IPoint Interface : Explosion Property
Gets or sets the property which specifies the explosion value for this data point on a pie or doughnut chart.
Syntax
'Declaration
 
Property Explosion As System.Double
'Usage
 
Dim instance As IPoint
Dim value As System.Double
 
instance.Explosion = value
 
value = instance.Explosion
System.double Explosion {get; set;}
read-write property Explosion: System.Double; 
function get,set Explosion : System.double
__property System.double get_Explosion();
__property void set_Explosion( 
   System.double value
);
property System.double Explosion {
   System.double get();
   void set (    System.double 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

IPoint Interface
IPoint Members