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