Search
ChartTheme.SaveToXml Method (String)
See Also
 





Saves this ChartTheme as a XML file with the specified name.

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

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String _
)

 Parameters

fileName

The name of the file where this ChartTheme will be saved.

 See Also