_Chart.PlotArea Property
Returns a PlotArea object that represents the plot area of a chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.Excel.PlotArea