Chart.ChartArea Property
Returns the complete chart area for the chart. Read-only ChartArea.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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.PowerPoint.ChartArea