API Reference

Class

PowerPointScatterChartSeries

Namespace OfficeIMO.PowerPoint

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 required
xValues System.Collections.Generic.IEnumerable{System.Double} required
yValues System.Collections.Generic.IEnumerable{System.Double} required

Properties

Name #

Series display name.

XValues #

Numeric X-axis values for the series.

YValues #

Numeric Y-axis values for the series.