Click or drag to resize

XlsChartSeries Clone Method (Object, Dictionary String, String , Dictionary Int32, Int32 )

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 XlsChartSeries Clone(
	Object parent,
	Dictionary<string, string> hashNewNames,
	Dictionary<int, int> fontIndexes
)

Parameters

parent
Type: System Object
Parent object.
hashNewNames
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: XlsChartSeries
Returns cloned instance.
See Also