Chart.ChartData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns information about the linked or embedded data associated with a chart. Read-only.
public:
property Microsoft::Office::Interop::Word::ChartData ^ ChartData { Microsoft::Office::Interop::Word::ChartData ^ get(); };
public Microsoft.Office.Interop.Word.ChartData ChartData { get; }
member this.ChartData : Microsoft.Office.Interop.Word.ChartData
Public ReadOnly Property ChartData As ChartData