_Chart.ChartArea Property
Returns a ChartArea object that represents the complete chart area for the chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ChartArea As ChartArea
Get
'Usage
Dim instance As _Chart
Dim value As ChartArea
value = instance.ChartArea
ChartArea ChartArea { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.ChartArea