MindFusion.Charting Programmer's Guide

Chart.LoadFromXml Method (String)

See Also
 





Loads chart data from a file.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual void LoadFromXml (
    string fileName
)

Visual Basic  Copy Code

Public Overridable Sub LoadFromXml ( _
    fileName As String _
)

JavaScript  Copy Code

function LoadFromXml (fileName)

 Parameters

fileName
A string that indicates the path to the file from which the chart is loaded.

 Remarks

This method loads the chart from a file saved by SaveToXml.

 See Also