API Reference

Class

PowerPointChartSeries

Namespace OfficeIMO.PowerPoint

Represents a single chart series.

Inheritance

  • Object
  • PowerPointChartSeries

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

PowerPointChartSeries 2 overloads
PowerPointChartSeries(System.String name, System.Collections.Generic.IEnumerable{System.Double} values) #

Initializes a new chart series with a name and values.

Parameters

name System.String required
values System.Collections.Generic.IEnumerable{System.Double} required
PowerPointChartSeries(System.String name, System.Collections.Generic.IEnumerable{System.Double} values, System.Collections.Generic.IEnumerable{System.Double} xValues) #

Initializes a new chart series with optional numeric X-axis values for scatter charts.

Parameters

name System.String required
values System.Collections.Generic.IEnumerable{System.Double} required
xValues System.Collections.Generic.IEnumerable{System.Double} required

Properties

Name #

Series display name.

Values #

Series values aligned with chart categories.

XValues #

Optional numeric X-axis values for this series.

ChartKind #

Optional chart kind for mixed/combo chart rendering.

Color #

Optional source-defined series color for exported snapshots.

StrokeWidth #

Optional source-defined series stroke width for exported snapshots.

AxisGroup #

Primary or secondary value-axis assignment detected for this series.

SourceIndex #

Native ChartML series index retained for legend and mixed-chart projection.