DataPoint.Explosion Property

Explosion.Represents the element tag in schema: c:explosion

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Explosion As Explosion
    Get
    Set
'Usage
Dim instance As DataPoint
Dim value As Explosion

value = instance.Explosion

instance.Explosion = value
public Explosion Explosion { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.Explosion

See Also

Reference

DataPoint Class

DataPoint Members

DocumentFormat.OpenXml.Drawing.Charts Namespace