SpreadsheetChart class

SpreadsheetChart class

Represents a chart in an Excel document.

The SpreadsheetChart type exposes the following members:

Properties

Property Description
alternative_text The descriptive (alternative) text associated with this SpreadsheetChart.
height The height of this SpreadsheetChart in points.
hyperlink The hyperlink associated with this SpreadsheetChart.
id The identifier of this SpreadsheetChart.
image_fill_format The image fill format settings of this SpreadsheetChart.
name The name of this SpreadsheetChart.
width The width of this SpreadsheetChart in points.
worksheet The parent worksheet of this SpreadsheetChart.
x The horizontal offset of this SpreadsheetChart from the worksheet left border in points, representing its x-coordinate.
y The vertical offset of this SpreadsheetChart from the worksheet top border in points. The y-coordinate of this SpreadsheetChart.

See Also