Click or drag to resize

ExcelChartSeriesCollectionItem(Int32) Property

Gets the series at the specified zero based index from collection.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelChartSeries this[
	int seriesIndex
] { get; }

Parameters

seriesIndex  Int32
 

Property Value

ExcelChartSeries
See Also