Saves the chart properties and data to the specified file.

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

Syntax

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

Parameters

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

Remarks

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

See Also