chart property

Shape.chart property

Provides access to the chart properties if this shape has a Chart.

get chart(): Aspose.Words.Drawing.Charts.Chart

Remarks

This property will return the Chart object only if Shape.hasChart property is true for this Shape, and will throw an exception otherwise.

See Also