MindFusion.Charting Programmer's Guide

RadarChart.LoadFromXml Method

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 _
)

JavaScript  Copy Code

function LoadFromXml (document)

 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