.netCHARTING v10.5 Documentation
Example 


dotnetCHARTING Namespace > Chart Class : ExplodedSliceAmount Property
ExplodedSliceAmount Property
Gets or sets the relative percentage an exploded slice should be pulled out from the pie or donut.
Syntax
'Declaration
 
Public Property ExplodedSliceAmount As Double
'Usage
 
Dim instance As Chart
Dim value As Double
 
instance.ExplodedSliceAmount = value
 
value = instance.ExplodedSliceAmount
public double ExplodedSliceAmount {get; set;}
Example
Chart.ExplodedSliceAmount = 30;
Chart.ExplodedSliceAmount = 30
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