API Reference

Class

PowerPointChartSnapshot

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

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

Properties

public String Name { get; } #

Chart drawing name.

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.