PresentationChart
Leave feedback
On this page
Represents a chart in a PowerPoint document.
public class PresentationChart : PresentationBaseShape
| 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. |
| Name | Description |
|---|---|
| GetHyperlink(PresentationHyperlinkActionType) | Gets the hyperlink associated with this PresentationBaseShape. |
| SetHyperlink(PresentationHyperlinkActionType, string) | Sets the hyperlink associated with this PresentationBaseShape. |
- class PresentationBaseShape
- namespace GroupDocs.Watermark.Contents.Presentation
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.