Writes the specified DoubleCollection as a XML node with the specified name and with the specified parent element.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public XmlElement WriteDoubleCollection ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteDoubleCollection( _ |
The DoubleCollection to write.
The name of the new XML element.
The parent of the new XML element.
The new XML element.
See Also