API Reference

Class

PowerPointChartData

Namespace OfficeIMO.PowerPoint

Describes chart categories and series values for PowerPoint charts.

Inheritance

  • Object
  • PowerPointChartData

Usage

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

Accepted by parameters

Constructors

PowerPointChartData(System.Collections.Generic.IEnumerable{System.String} categories, System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointChartSeries} series) #

Initializes a new chart data container with categories and series.

Parameters

categories System.Collections.Generic.IEnumerable{System.String} required
series System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointChartSeries} required

Methods

CreateDefault() #

Creates default chart data used by parameterless chart creation.

From``1(System.Collections.Generic.IEnumerable{``0} items, System.Func{``0,System.String} categorySelector, OfficeIMO.PowerPoint.PowerPointChartSeriesDefinition{``0}[] seriesDefinitions) #

Builds chart data from a sequence of objects using selectors.

Parameters

items System.Collections.Generic.IEnumerable{``0} required
categorySelector System.Func{``0,System.String} required
seriesDefinitions OfficeIMO.PowerPoint.PowerPointChartSeriesDefinition{``0}[] required

Properties

Categories #

Category labels for the chart.

Series #

Series definitions for the chart.