Adds a new child node with the specified name and value 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 new element.
A System.Xml.XmlElement object that is the parent of the new element.
A string that represents the initial value of the new XmlElement.
The newly created System.Xml.XmlElement object.