PresentationChart class

PresentationChart class

Represents a chart in a PowerPoint document.

The PresentationChart type exposes the following members:

Methods

Properties

Property Description
height The height of the object.
width The width of the object.
x The x-coordinate of the object.
y The y-coordinate of the object.
alternative_text The descriptive (alternative) text associated with this PresentationBaseShape. (inherited from PresentationBaseShape)
id The identifier of this PresentationBaseShape. (inherited from PresentationBaseShape)
image_fill_format The image fill format settings of this PresentationBaseShape. (inherited from PresentationBaseShape)
name The name of this PresentationBaseShape. (inherited from PresentationBaseShape)
presentation The parent presentation of this PresentationBaseShape. (inherited from PresentationBaseShape)
z_order_position The position of this PresentationBaseShape in the z-order. (inherited from PresentationBaseShape)

See Also