OfficeIMO

API Reference

Class

ExcelChartSeries

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Represents a chart series for Excel charts.

Inheritance

  • Object
  • ExcelChartSeries

Constructors

public ExcelChartSeries(String name, IEnumerable<Double> values, Nullable<ExcelChartType> chartType = null, ExcelChartAxisGroup axisGroup = Primary) #

Creates a chart series with the specified name and values.

Parameters

name System.String requiredposition: 0
values System.Collections.Generic.IEnumerable{System.Double} requiredposition: 1
chartType System.Nullable{OfficeIMO.Excel.ExcelChartType} = null optionalposition: 2
axisGroup OfficeIMO.Excel.ExcelChartAxisGroup = Primary optionalposition: 3

Properties

public String Name { get; } #

Gets the series name.

public IReadOnlyList<Double> Values { get; } #

Gets the series values.

public Nullable<ExcelChartType> ChartType { get; } #

Gets the optional chart type override for this series.

public ExcelChartAxisGroup AxisGroup { get; } #

Gets the axis group for this series.