API Reference

Class

WordChartSnapshot

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Dependency-free Word chart snapshot suitable for export and visual fallback renderers.

Inheritance

  • Object
  • WordChartSnapshot

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 when available.

public String Title { get; } #

Chart title when available.

public WordChartSnapshotKind ChartKind { get; } #

Detected chart kind.

public WordChartData Data { get; } #

Chart category and series data.

public Double WidthPoints { get; } #

Chart frame width in points.

public Double HeightPoints { get; } #

Chart frame height in points.