Writes the specified System.IO.Stream value as a System.Xml.XmlElement object with the specified name and the specified parent..
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public XmlElement WriteStream ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteStream( _ |
The Stream value to write.
The name of the new element.
The parent of the new element.
The newly created System.Xml.XmlElement.
See Also