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
PowerPointChartStoryContent 2 overloads
public PowerPointChartStoryContent(OfficeChartKind chartKind, OfficeChartData data, IEnumerable<String> insights = null) #Creates a chart story.
Parameters
- arg1 OfficeIMO.Drawing.OfficeChartKind
- arg2 OfficeIMO.PowerPoint.PowerPointChartData
- arg3 System.Collections.Generic.IEnumerable{System.String} = null
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
- arg2 OfficeIMO.Drawing.OfficeChartData
- arg3 System.Collections.Generic.IEnumerable{System.String}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OfficeChartKind ChartKind { get; } #Shared chart family.
public PowerPointChartData Data { get; } #Native chart data.
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.