SpreadsheetChart class

SpreadsheetChart class

Represents a chart in an Excel document.

The SpreadsheetChart type exposes the following members:

Properties

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

See Also