Chart.ChartData Property

Returns information about the linked or embedded data associated with a chart. Read-only.

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

Syntax

'Declaration
ReadOnly Property ChartData As ChartData
    Get
'Usage
Dim instance As Chart
Dim value As ChartData

value = instance.ChartData
ChartData ChartData { get; }

Property Value

Type: Microsoft.Office.Interop.Word.ChartData
ChartData

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace