API Reference
Class
PowerPointScatterChartSeries
Represents a single scatter chart series with X/Y values.
Inheritance
- Object
- PowerPointScatterChartSeries
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
PowerPointScatterChartSeries(System.String name, System.Collections.Generic.IEnumerable{System.Double} xValues, System.Collections.Generic.IEnumerable{System.Double} yValues) #Initializes a new scatter chart series with a name and X/Y values.
Parameters
- name System.String
- xValues System.Collections.Generic.IEnumerable{System.Double}
- yValues System.Collections.Generic.IEnumerable{System.Double}