API Reference
Class
PowerPointChartData
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
- Method PowerPointChart.UpdateData
- Method PowerPointSlide.AddChart
- Method PowerPointSlide.AddChartCm
- Method PowerPointSlide.AddChartInches
- Method PowerPointSlide.AddChartPoints
- Method PowerPointSlide.AddDoughnutChart
- Method PowerPointSlide.AddDoughnutChartCm
- Method PowerPointSlide.AddDoughnutChartInches
- Method PowerPointSlide.AddDoughnutChartPoints
- Method PowerPointSlide.AddLineChart
- Method PowerPointSlide.AddLineChartCm
- Method PowerPointSlide.AddLineChartInches
- Method PowerPointSlide.AddLineChartPoints
- Method PowerPointSlide.AddPieChart
- Method PowerPointSlide.AddPieChartCm
- Method PowerPointSlide.AddPieChartInches
- Method PowerPointSlide.AddPieChartPoints
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}
- series System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointChartSeries}
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}
- categorySelector System.Func{``0,System.String}
- seriesDefinitions OfficeIMO.PowerPoint.PowerPointChartSeriesDefinition{``0}[]