SpreadsheetChart

SpreadsheetChart class

Represents a chart in an Excel document.

public class SpreadsheetChart : ITwoDObject

Properties

Name Description
AlternativeText { get; } Gets the descriptive (alternative) text associated with this SpreadsheetChart.
Height { get; } Gets the height of this SpreadsheetChart in points.
Hyperlink { get; set; } Gets or sets the hyperlink associated with this SpreadsheetChart.
Id { get; } Gets the identifier of this SpreadsheetChart.
ImageFillFormat { get; } Gets the image fill format settings of this SpreadsheetChart.
Name { get; } Gets the name of this SpreadsheetChart.
Width { get; } Gets the width of this SpreadsheetChart in points.
Worksheet { get; } Gets the parent worksheet of this SpreadsheetChart.
X { get; } Gets the horizontal offset of this SpreadsheetChart from worksheet left border in points.
Y { get; } Gets the vertical offset of this SpreadsheetChart from worksheet top border in points.

See Also