Click or drag to resize

XlsChartAxis Clone Method

Clone current object.

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

Parameters

parent
Type: System Object
Parent object.
dicFontIndexes
Type: System.Collections.Generic Dictionary Int32 , Int32
Dictionary with new indexes.
dicNewSheetNames
Type: System.Collections.Generic Dictionary String , String
A dictionary mapping old sheet names to new sheet names.

Return Value

Type: XlsChartAxis
Returns cloned object.
See Also