MindFusion.Wpf Pack Programmer's Guide
Chart.SaveTheme Method
See Also
 





Saves the current theme as a file with the specified name.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public void SaveTheme (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveTheme( _
    fileName As String _
)

 Parameters

fileName

The name of the file.

 Remarks

The current appearance settings of the chart will be saved as a theme in XML format in a file with the specified name.

 See Also

Chart Members
Chart Class
MindFusion.Charting.Wpf Namespace