API Reference
Class
WordChartSeries
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
- Property WordChartData.Series
Inherited Methods
Properties
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.