ChartData Members
Include Protected Members
Include Inherited Members
Represents access to the linked or embedded data associated with a chart.
The ChartData type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsLinked | true if the data for the chart is linked to an external Microsoft Excel workbook. Read-only Boolean value. | |
Workbook | Returns the workbook that contains the chart data associated with the chart. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
Activate | Activates the first window of the workbook associated with the chart. | |
BreakLink | Removes the link between the data for a chart and a Microsoft Excel workbook. |
Top