Click or drag to resize

XlsChartSeries GetLegendEntryOffset Method

Returns legend offset.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int GetLegendEntryOffset(
	int iSerIndex
)

Parameters

iSerIndex
Type: System Int32
Represetns series index.

Return Value

Type: Int32
Returns legend offset.
See Also