GraphicElement.Chart Property

Chart to Animate.Represents the element tag in schema: a:chart

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Chart As Chart
    Get
    Set
'Usage
Dim instance As GraphicElement
Dim value As Chart

value = instance.Chart

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Chart
Returns Chart.

See Also

Reference

GraphicElement Class

GraphicElement Members

DocumentFormat.OpenXml.Presentation Namespace