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