API Reference

Class

PowerPointChartStoryContent

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Editable chart plus its narrative and accessibility context.

Inheritance

  • Object
  • PowerPointChartStoryContent

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public PowerPointChartStoryContent(OfficeChartKind chartKind, OfficeChartData data, IEnumerable<String> insights = null) #

Creates a chart story from the shared dependency-free chart contract.

Parameters

chartKind OfficeIMO.Drawing.OfficeChartKind requiredposition: 0
data OfficeIMO.Drawing.OfficeChartData requiredposition: 1
insights System.Collections.Generic.IEnumerable{System.String} = null optionalposition: 2

Properties

public OfficeChartKind ChartKind { get; } #

Shared chart family.

public OfficeChartData SharedData { get; } #

Shared chart data used by native authoring and fixed-layout renderers.

public IReadOnlyList<String> Insights { get; } #

Narrative insights displayed beside or below the chart.

public String Caption { get; set; } #

Optional visible caption.

public String Provenance { get; set; } #

Optional source/provenance line.

public String AlternativeText { get; set; } #

Alternative text applied to the native chart.

public String DataSummary { get; set; } #

Plain-language summary of the represented data.