Reads a hashtable with the specified name.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public Map<Object, Object> readHashtable ( |
The name of the element to read.
The parent element.
A Map<Object, Object> value that represents the hashtable that was read.
See Also