Adds a new child node with the specified name to the specified parent node.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public Element addChildElement ( |
The element to add.
The parent to which the new node is attached.
The newly created Element.
See Also