Chart.PlotArea Property
Returns a PlotArea object that represents the plot area of a chart. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property PlotArea As PlotArea
Get
'Usage
Dim instance As Chart
Dim value As PlotArea
value = instance.PlotArea
PlotArea PlotArea { get; }
Property Value
Type: Microsoft.Office.Interop.Word.PlotArea
PlotArea