MindFusion WinForms Programmer's Guide
Chart.SaveToXml Method (String)
See Also
 





Saves the Chart to an XML document.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String _
)

 Parameters

fileName
The path to the XML file to save the Chart to.

 Remarks

Saves the chart data into an XML file. Use LoadFromXml to restore the data later.

 See Also

SaveToXml Method Overload List
Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace