dotnetCHARTING Send comments on this topic.
ExplodeSlice Property
See Also 
dotnetCHARTING Namespace > Element Class : ExplodeSlice Property


Gets or sets a value indicating whether the pie slice represented by this element is exploded.

Syntax

Visual Basic (Declaration) 
Public Property ExplodeSlice As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Boolean
 
instance.ExplodeSlice = value
 
value = instance.ExplodeSlice
C# 
public bool ExplodeSlice {get; set;}

Example

Remarks

When a pie slice represents a series, that series' DefaultElement.ExplodeSlice property indicates whether the slice is exploded.

See Also

© 2010 All Rights Reserved.