API Reference

Class

PowerPointScatterChartSeriesDefinition`1

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

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

Type Parameters

T

Constructors

public PowerPointScatterChartSeriesDefinition<T>(String name, Func<T, Double> ySelector) #

Initializes a scatter series definition.

Parameters

name System.String requiredposition: 0
ySelector System.Func{`0,System.Double} requiredposition: 1

Properties

public String Name { get; } #

Series name.

public Func<T, Double> YSelector { get; } #

Selector for Y-axis values.