Click or drag to resize

ExcelChartLegendEntriesCollectionItem Property

Gets the legend entry at the specified index.

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

Parameters

entryIndex  Int32
A zero based index in the leend entries collection

Return Value

ExcelChartLegendEntry
The legend entry at the specified index
See Also