ChartDataPointExplosion Property |
Namespace:
Aspose.Words.Drawing.Charts
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic 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:
Int32Implements
IChartDataPointExplosion
See Also