.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Element Class : ExplodeSlice Property
ExplodeSlice Property
Gets or sets a value indicating whether the pie slice represented by this element is exploded.
Syntax
'Declaration
 
Public Property ExplodeSlice As Boolean
'Usage
 
Dim instance As Element
Dim value As Boolean
 
instance.ExplodeSlice = value
 
value = instance.ExplodeSlice
public bool ExplodeSlice {get; set;}
Remarks
When a pie slice represents a series, that series' DefaultElement.ExplodeSlice property indicates whether the slice is exploded.
Example
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