ChartSeries
Explosion Property
|
Represents the intensity or magnitude of an explosion.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Explosion { get; set; }
Public Property Explosion As Integer
Get
Set
public:
virtual property int Explosion {
int get () sealed;
void set (int value) sealed;
}
abstract Explosion : int with get, set
override Explosion : int with get, set
Property Value
Type:
Int32
See Also