Writes a System.Object as a System.Xml.XmlElement with the specified name and the specified parent.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public XmlElement WriteObject ( |
Visual Basic Copy Code |
---|
Public Function WriteObject( _ |
The System.Object to write.
The name of the new element.
The parent of the new element.
The newly created System.Xml.XmlElement.