Search
XmlPersistContext.writeDictionary Method
See Also
 






Writes the specified Dictionary.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Element writeDictionary (
    Map dictionary,
    String elementName,
    Element parentElement
)

 Parameters

dictionary

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also