Class ChartSeries
public class ChartSeries : XlsChartSeries, IChartSeries, IExcelApplication, ICloneParent, IList<IChartSerie>, ICollection<IChartSerie>, IEnumerable<IChartSerie>, IEnumerable
- Inheritance
-
ChartSeries
- Implements
- Inherited Members
Properties
CategoryData
public string CategoryData { get; set; }
Property Value
this[int]
Returns a single Name object from a Names collection.
public ChartSerie this[int index] { get; }
Parameters
index
int
Property Value
this[string]
Returns a single Name object from a Names collection.
public ChartSerie this[string name] { get; }
Parameters
name
string
Property Value
Methods
Add()
public ChartSerie Add()
Returns
Add(ChartSerie)
public ChartSerie Add(ChartSerie serieToAdd)
Parameters
serieToAdd
ChartSerie
Returns
Add(ExcelChartType)
public ChartSerie Add(ExcelChartType serieType)
Parameters
serieType
ExcelChartType
Returns
Add(string)
public ChartSerie Add(string name)
Parameters
name
string
Returns
Add(string, ExcelChartType)
public ChartSerie Add(string name, ExcelChartType serieType)
Parameters
name
stringserieType
ExcelChartType
Returns
Add(string, bool)
public int Add(string area, bool isVertical)
Parameters
Returns
ClearDataFormats(ChartSerieDataFormat)
public void ClearDataFormats(ChartSerieDataFormat format)
Parameters
format
ChartSerieDataFormat