API Reference
Class
ExcelChartSeries
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
- values System.Collections.Generic.IEnumerable{System.Double}
- chartType System.Nullable{OfficeIMO.Excel.ExcelChartType} = null
- axisGroup OfficeIMO.Excel.ExcelChartAxisGroup = Primary
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object