Saves the current theme as a file with the specified name.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public void SaveTheme ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveTheme( _ |
The name of the file.
RemarksThe current appearance settings of the chart will be saved as a theme in XML format in a file with the specified name.
See Also