API Reference
Class
PowerPointChartSeries
Represents a single chart series.
Inheritance
- Object
- PowerPointChartSeries
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor PowerPointChartData.PowerPointChartData
Constructors
PowerPointChartSeries 2 overloads
PowerPointChartSeries(System.String name, System.Collections.Generic.IEnumerable{System.Double} values) #Initializes a new chart series with a name and values.
Parameters
- name System.String
- values System.Collections.Generic.IEnumerable{System.Double}
PowerPointChartSeries(System.String name, System.Collections.Generic.IEnumerable{System.Double} values, System.Collections.Generic.IEnumerable{System.Double} xValues) #Initializes a new chart series with optional numeric X-axis values for scatter charts.
Parameters
- name System.String
- values System.Collections.Generic.IEnumerable{System.Double}
- xValues System.Collections.Generic.IEnumerable{System.Double}
Properties
Name #Series display name.
Values #Series values aligned with chart categories.
XValues #Optional numeric X-axis values for this series.
ChartKind #Optional chart kind for mixed/combo chart rendering.
Color #Optional source-defined series color for exported snapshots.
StrokeWidth #Optional source-defined series stroke width for exported snapshots.
AxisGroup #Primary or secondary value-axis assignment detected for this series.
SourceIndex #Native ChartML series index retained for legend and mixed-chart projection.