'Declaration
Public Sub LoadDataFromFile( _
ByVal Filename As System.String _
)
public void LoadDataFromFile(
System.string Filename
)
Parameters
Filename
Remarks
This method loads the current ChartData object with the contents for the specified file in XML format. The file specified should have been created with SaveDataToFile. If an error occurs during the file creation or writing, an appropriate exception is thrown indicating the cause of error.