'Declaration
Public Sub LoadChartFromFile( _
ByVal Filename As System.String _
)
public void LoadChartFromFile(
System.string Filename
)
Parameters
Filename
File name
Remarks
This method loads the contents of the specified file in XML format into the chart. The file should contain the output of a call to SaveChartToFile. If an error occurs during the file open, reading or chart drawing, an appropriate exception is thrown indicating the cause of error.