API Reference
Class
PowerPointScatterChartSeries
Represents a single scatter chart series with X/Y values.
Inheritance
- Object
- PowerPointScatterChartSeries
Constructors
public PowerPointScatterChartSeries(String name, IEnumerable<Double> xValues, IEnumerable<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}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object