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( _ |
The name of the new element.
A System.Xml.XmlNode object that is the parent of the new element.
The newly created System.Xml.XmlElement object.