Click or drag to resize

ChartLegendEntriesColl UpdateEntries Method

Adds value to entties 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 void UpdateEntries(
	int entryIndex,
	int value
)

Parameters

entryIndex
Type: System Int32
Represents start entrie index.
value
Type: System Int32
Represents value to add.
See Also