Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / Explosion Property


In This Topic
    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