ChartPart.ChartSpace Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property ChartSpace As ChartSpace
Get
Set
'Usage
Dim instance As ChartPart
Dim value As ChartSpace
value = instance.ChartSpace
instance.ChartSpace = value
public ChartSpace ChartSpace { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Charts.ChartSpace