Shape.Chart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the chart contained in the shape. Read-only.
public:
property Microsoft::Office::Core::IMsoChart ^ Chart { Microsoft::Office::Core::IMsoChart ^ get(); };
public Microsoft.Office.Core.IMsoChart Chart { get; }
member this.Chart : Microsoft.Office.Core.IMsoChart
Public ReadOnly Property Chart As IMsoChart