MindFusion.Charting Programmer's Guide

Chart.SaveToXml Method (String)

See Also
 





Saves the Chart to an XML document.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Overridable Sub SaveToXml ( _
    fileName As String _
)

JavaScript  Copy Code

function SaveToXml (fileName)

 Parameters

fileName
The path to the XML file the chart will be saved to.

 Remarks

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

 See Also