API Reference

Class

PowerPointScatterChartSeriesDefinition`1

Namespace OfficeIMO.PowerPoint

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

Constructors

PowerPointScatterChartSeriesDefinition(System.String name, System.Func{`0,System.Double} ySelector) #

Initializes a scatter series definition.

Parameters

name System.String required
ySelector System.Func{`0,System.Double} required

Properties

Name #

Series name.

YSelector #

Selector for Y-axis values.