MindFusion.Charting Programmer's Guide

RadarChart.SaveToXml Method

See Also
 





Saves the RadarChart to an XML document.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override void SaveToXml (
    XmlDocument document
)

Visual Basic  Copy Code

Public Overrides Sub SaveToXml ( _
    document As XmlDocument _
)

JavaScript  Copy Code

function SaveToXml (document)

 Parameters

document
An XmlDocument that will hold the data and settings of the RadarChart saved as XML tags.

 Remarks

Use LoadFromXml to restore the chart.

 See Also