Click or drag to resize

ExcelChartLegendEntriesCollectionItem Property

Gets the legend entry at the specified index.

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

Parameters

entryIndex
Type: SystemInt32
A zero based index in the leend entries collection

Return Value

Type: ExcelChartLegendEntry
The legend entry at the specified index
See Also