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.
Returned or exposed by
- Property PowerPointChartData.Series
Accepted by parameters
- Constructor PowerPointChartData.PowerPointChartData
Constructors
public PowerPointChartSeries(String name, IEnumerable<Double> values) #Initializes a new chart series with a name and values.
Parameters
- name System.String
- values System.Collections.Generic.IEnumerable{System.Double}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<Double> Values { get; } #Series values aligned with chart categories.