Reads the chart property and data settings (chart description) and images from the specified file.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public void LoadChartAndImagesFromFile(
	string Filename
)
Visual Basic
Public Sub LoadChartAndImagesFromFile ( _
	Filename As String _
)

Parameters

Filename
Type: System..::..String
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 SaveChartFromFile or SaveChartAndImagesFromFile. If the latter method was used to create the load string, then any chart element images are also reset to the saved values. If an error occurs during the file open, reading or chart drawing, an appropriate exception is thrown indicating the cause of error.

See Also