API Reference
Class
PowerPointChartSnapshot
Lightweight chart snapshot that consumers can render without depending on PowerPoint or Open XML chart internals.
Inheritance
- Object
- PowerPointChartSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Title { get; } #Chart title text when present.
public PowerPointChartSnapshotKind ChartKind { get; } #Detected chart family.
public PowerPointChartData Data { get; } #Cached chart data.
public Double WidthPoints { get; } #Chart width in points.
public Double HeightPoints { get; } #Chart height in points.