Shape.Chart Property
Returns the chart contained in the shape. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Chart As IMsoChart
Get
'Usage
Dim instance As Shape
Dim value As IMsoChart
value = instance.Chart
IMsoChart Chart { get; }
Property Value
Type: Microsoft.Office.Core.IMsoChart
IMsoChart