API Reference
Class
ExcelChartSeries
Represents a chart series for Excel charts.
Inheritance
- Object
- ExcelChartSeries
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 ExcelChartData.Series
Accepted by parameters
- Constructor ExcelChartData.ExcelChartData
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
- values System.Collections.Generic.IEnumerable{System.Double}
- chartType System.Nullable{OfficeIMO.Excel.ExcelChartType} = null
- axisGroup OfficeIMO.Excel.ExcelChartAxisGroup = Primary