ChartArea Interface
Represents the chart area of a chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("92D41A58-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface ChartArea
'Usage
Dim instance As ChartArea
[GuidAttribute("92D41A58-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface ChartArea
Remarks
The chart area includes everything, including the plot area. However, the PlotArea object has its own formatting, so formatting the plot area does not format the chart area.
Use the ChartArea property to return the ChartArea object.