ChartData Interface

Definition

Represents access to the linked or embedded data associated with a chart.

public interface class ChartData
[System.Runtime.InteropServices.Guid("4A304B59-31FF-42DD-B436-7FC9C5DB7559")]
public interface ChartData
type ChartData = interface
Public Interface ChartData
Attributes

Remarks

Use the ChartData property to return the ChartData object.

Properties

IsLinked

True if the data for the chart is linked to an external Microsoft Excel workbook. Read-only.

Workbook

Returns the workbook containing the chart data associated with the chart. Read-only.

Methods

Activate()

Activates the first window of the workbook associated with the chart.

ActivateChartDataWindow()

Opens an Excel data grid window that contains the full source data for the specified chart.

BreakLink()

Removes the link between the data for a chart and a Microsoft Excel workbook.

Applies to