Click or drag to resize

ExcelChartSeriesCollectionItem Property (Int32)

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

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

Parameters

seriesIndex
Type: SystemInt32

Property Value

Type: ExcelChartSeries
See Also