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