Writes the specified dictionary.
Namespace: MindFusion.Charting
Package: 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
Return Value
See Also