Link Search Menu Expand Document

SeriesCollectionItem Property

Gets or sets the Series at the specified index.

Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public Series this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: Series
The Series at the specified index.
See Also

Reference