Click or drag to resize

ChartLegendEntriesColl Item Property

Gets the IChartLegendEntry at the specified index.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IChartLegendEntry this[
	int iIndex
] { get; }

Parameters

iIndex
Type: System Int32
The zero-based index of the IChartLegendEntry to get.

Return Value

Type: IChartLegendEntry
The IChartLegendEntry at the specified index.

Implements

IChartLegendEntries Item Int32
See Also