ChartArea Interface

Represents the chart area of a chart.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("C75AD98A-74E9-49FE-8BF1-544839CC08A5")> _
Public Interface ChartArea
'Usage
Dim instance As ChartArea
[GuidAttribute("C75AD98A-74E9-49FE-8BF1-544839CC08A5")]
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.

See Also

Reference

ChartArea Members

Microsoft.Office.Interop.Word Namespace