Click or drag to resize

XlsChartSerie Clone Method

Clone current instance.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsChartSerie Clone(
	Object parent,
	Dictionary<string, string> newNames,
	Dictionary<int, int> fontIndexes
)

Parameters

parent
Type: System Object
Parent object.
newNames
Type: System.Collections.Generic Dictionary String , String
Hash table with new worksheet names.
fontIndexes
Type: System.Collections.Generic Dictionary Int32 , Int32
Dictionary with new font indexes.

Return Value

Type: XlsChartSerie
See Also