Search
XmlPersistContext.WriteDictionary Method
See Also
 






Writes the specified dictionary.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public XElement WriteDictionary (
    IDictionary dictionary,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteDictionary( _
    dictionary As IDictionary, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

dictionary

elementName

parentElement

 Return Value

 See Also