API Reference

Class

WordChartSeries

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Series values extracted from cached Word chart data.

Inheritance

  • Object
  • WordChartSeries

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public String Name { get; } #

Series display name.

public IReadOnlyList<Double> Values { get; } #

Y values or category values.

public IReadOnlyList<Double> XValues { get; } #

Optional X values for scatter charts.

public Nullable<OfficeColor> Color { get; } #

Optional explicit series color extracted from Word chart shape properties.

public IReadOnlyList<Nullable<OfficeColor>> PointColors { get; } #

Optional explicit point colors extracted from Word chart data point shape properties.