ChartDrawingPart.ChartPart Property
Gets the ChartPart of the ChartDrawingPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property ChartPart As ChartPart
Get
'Usage
Dim instance As ChartDrawingPart
Dim value As ChartPart
value = instance.ChartPart
public ChartPart ChartPart { get; }
Property Value
Type: DocumentFormat.OpenXml.Packaging.ChartPart