Adds a new child node with the specified name to the specified parent node.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public XElement AddChildElement ( |
Visual Basic
![]() |
---|
Public Function AddChildElement( _ |
The name of the element to add.
The parent of the element to add.
The newly added System.Xml.Linq.XElement object.