PresentationBaseSlideCharts Property |
Gets the collection of all charts on the presentation.
Namespace: GroupDocs.Watermark.Contents.PresentationAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic PresentationChartCollection Charts { get; }
Public ReadOnly Property Charts As PresentationChartCollection
Get
public:
property PresentationChartCollection^ Charts {
PresentationChartCollection^ get ();
}
member Charts : PresentationChartCollection with get
Property Value
Type:
PresentationChartCollectionThe collection of all charts on the presentation.
See Also