InlineShape.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 a chart within the collection of inline shapes in a document. Read-only.
public:
property Microsoft::Office::Interop::Word::Chart ^ Chart { Microsoft::Office::Interop::Word::Chart ^ get(); };
public Microsoft.Office.Interop.Word.Chart Chart { get; }
member this.Chart : Microsoft.Office.Interop.Word.Chart
Public ReadOnly Property Chart As Chart