Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("the method is not implemented")]
public XlsChart Clone(
	Dictionary<string, string> hashNewNames,
	Object parent,
	Dictionary<int, int> dicFontIndexes
)
<ObsoleteAttribute("the method is not implemented")> 
Public Function Clone ( 
	hashNewNames As Dictionary(Of String, String),
	parent As Object,
	dicFontIndexes As Dictionary(Of Integer, Integer)
) As XlsChart
public:
[ObsoleteAttribute(L"the method is not implemented")]
XlsChart^ Clone(
	Dictionary<String^, String^>^ hashNewNames, 
	Object^ parent, 
	Dictionary<int, int>^ dicFontIndexes
)
[<ObsoleteAttribute("the method is not implemented")>]
member Clone : 
        hashNewNames : Dictionary<string, string> * 
        parent : Object * 
        dicFontIndexes : Dictionary<int, int> -> XlsChart 

Parameters

hashNewNames
Dictionary<(Of <(<'String, String>)>)>
parent
Object
dicFontIndexes
Dictionary<(Of <(<'Int32, Int32>)>)>

Return Value

XlsChart

See Also