Chart.PlotArea 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 PlotArea object that represents the plot area of a chart. Read-only.
public:
property Microsoft::Office::Interop::Word::PlotArea ^ PlotArea { Microsoft::Office::Interop::Word::PlotArea ^ get(); };
public Microsoft.Office.Interop.Word.PlotArea PlotArea { get; }
member this.PlotArea : Microsoft.Office.Interop.Word.PlotArea
Public ReadOnly Property PlotArea As PlotArea