Adds a new child node with the specified name to the specified parent node.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public XmlElement AddChildElement ( |
Visual Basic Copy Code |
---|
Public Function AddChildElement( _ |
A string that specifies the name of the child to add.
A System.Xml.XmlElement class that is the parent of the new node.
The newly created System.Xml.XmlElement node.