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

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

Creates a chart story.

Parameters

arg1 OfficeIMO.Drawing.OfficeChartKind requiredposition: 0
arg2 OfficeIMO.PowerPoint.PowerPointChartData requiredposition: 1
arg3 System.Collections.Generic.IEnumerable{System.String} = null optionalposition: 2
PowerPointChartStoryContent(OfficeIMO.Drawing.OfficeChartKind arg1, OfficeIMO.Drawing.OfficeChartData arg2, System.Collections.Generic.IEnumerable{System.String} arg3) #

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

Parameters

arg1 OfficeIMO.Drawing.OfficeChartKind required
arg2 OfficeIMO.Drawing.OfficeChartData required
arg3 System.Collections.Generic.IEnumerable{System.String} required

Properties

public OfficeChartKind ChartKind { get; } #

Shared chart family.

public PowerPointChartData Data { get; } #

Native chart data.

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.