PresentationChart

PresentationChart class

Represents a chart in a PowerPoint document.

public class PresentationChart : PresentationBaseShape

Properties

Name Description
AlternativeText { get; set; } Gets or sets the descriptive (alternative) text associated with this PresentationBaseShape.
Height { get; set; } Gets or sets the height of this PresentationBaseShape in points.
Id { get; } Gets the identifier of this PresentationBaseShape.
ImageFillFormat { get; } Gets the image fill format settings of this PresentationBaseShape.
Name { get; } Gets the name of this PresentationBaseShape.
Presentation { get; } Gets the parent presentation of this PresentationBaseShape.
Width { get; set; } Gets or sets the width of this PresentationBaseShape in points.
X { get; set; } Gets or sets the horizontal offset of this PresentationBaseShape from presentation left border in points.
Y { get; set; } Gets or sets the vertical offset of this PresentationBaseShape from presentation top border in points.
ZOrderPosition { get; } Gets the position of this PresentationBaseShape in the z-order.

Methods

Name Description
GetHyperlink(PresentationHyperlinkActionType) Gets the hyperlink associated with this PresentationBaseShape.
SetHyperlink(PresentationHyperlinkActionType, string) Sets the hyperlink associated with this PresentationBaseShape.

See Also