MindFusion WinForms Programmer's Guide
RadarChart.LoadFromXml Method (XmlDocument)
See Also
 





Loads a RadarChart from an XML document.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override void LoadFromXml (
    XmlDocument document
)

Visual Basic  Copy Code

Public Overrides Sub LoadFromXml( _
    document As XmlDocument _
)

 Parameters

document
An XmlDocument that holds the data and settings of the chart saved as XML tags.

 Remarks

The method loads the data and settings of the RadarChart from an XML document previously created by SaveToXml.

 See Also

LoadFromXml Method Overload List
RadarChart Members
RadarChart Class
MindFusion.Charting Namespace