API Reference
Class
PowerPointScatterChartSeriesDefinition`1
Describes a scatter series for chart data generation from objects.
Inheritance
- Object
- PowerPointScatterChartSeriesDefinition`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 PowerPointScatterChartData.From
- Method PowerPointScatterChartData.From``1
- Method PowerPointSlide.AddScatterChart
- Method PowerPointSlide.AddScatterChartCm``1
- Method PowerPointSlide.AddScatterChartInches``1
- Method PowerPointSlide.AddScatterChartPoints``1
- Method PowerPointSlide.AddScatterChart``1
- Method PowerPointSlide.AddScatterChart``1
Type Parameters
- T
Constructors
public PowerPointScatterChartSeriesDefinition<T>(String name, Func<T, Double> ySelector) #Initializes a scatter series definition.
Parameters
- name System.String
- ySelector 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> YSelector { get; } #Selector for Y-axis values.