Saves the current theme under the specified XML node.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public void SaveToXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveToXml( _ |
The XmlNode that will be the parent node for the current ChartTheme.
See Also