API Reference
Class
PowerPointChartStoryContent
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
- data OfficeIMO.Drawing.OfficeChartData
- insights System.Collections.Generic.IEnumerable{System.String} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OfficeChartKind ChartKind { get; } #Shared chart family.
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.