Explosion Property (ISeries)
In This Topic
Gets or sets the explosion value for a pie-chart or doughnut-chart slice.
Syntax
'Declaration
Property Explosion As Integer
'Usage
Dim instance As ISeries
Dim value As Integer
instance.Explosion = value
value = instance.Explosion
int Explosion {get; set;}
See Also