API Reference
Class
PowerPointChartSeriesDefinition`1
Describes a series for chart data generation from objects.
Inheritance
- Object
- PowerPointChartSeriesDefinition`1
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``1
- Method PowerPointChartData.From
- Method PowerPointChartData.From``1
- Method PowerPointSlide.AddChart
- Method PowerPointSlide.AddChartCm``1
- Method PowerPointSlide.AddChartInches``1
- Method PowerPointSlide.AddChartPoints``1
- Method PowerPointSlide.AddChart``1
- Method PowerPointSlide.AddChart``1
- Method PowerPointSlide.AddDoughnutChart
- Method PowerPointSlide.AddDoughnutChartCm``1
- Method PowerPointSlide.AddDoughnutChartInches``1
- Method PowerPointSlide.AddDoughnutChartPoints``1
- Method PowerPointSlide.AddDoughnutChart``1
- Method PowerPointSlide.AddDoughnutChart``1
- Method PowerPointSlide.AddLineChart
- Method PowerPointSlide.AddLineChartCm``1
- Method PowerPointSlide.AddLineChartInches``1
- Method PowerPointSlide.AddLineChartPoints``1
- Method PowerPointSlide.AddLineChart``1
- Method PowerPointSlide.AddLineChart``1
- Method PowerPointSlide.AddPieChart
- Method PowerPointSlide.AddPieChartCm``1
- Method PowerPointSlide.AddPieChartInches``1
- Method PowerPointSlide.AddPieChartPoints``1
- Method PowerPointSlide.AddPieChart``1
- Method PowerPointSlide.AddPieChart``1
Type Parameters
- T
Constructors
public PowerPointChartSeriesDefinition<T>(String name, Func<T, Double> valueSelector) #Initializes a series definition.
Parameters
- name System.String
- valueSelector System.Func{`0,System.Double}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Func<T, Double> ValueSelector { get; } #Selector for series values.