Loads the chart properties and data from the specified file.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public override void LoadChartFromFile(
	string filename
)
Visual Basic
Public Overrides Sub LoadChartFromFile ( _
	filename As String _
)

Parameters

filename
Type: System..::..String
File name.

Remarks

Note that only the C1.Win.C1Chart properties and data are loaded by this method. C1WebChart properties are not loaded by this method.

See Also