Chart.ChartArea Property

Returns a ChartArea object that represents the complete chart area for the chart. Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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.Word.ChartArea
ChartArea

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace