'Declaration
Public Sub SaveChartToFile( _
ByVal Filename As System.String _
)
public void SaveChartToFile(
System.string Filename
)
Parameters
Filename
File name
Remarks
This method saves the chart contents to the specified file in XML format. If an error occurs during the file creation and writing, an appropriate exception is thrown indicating the cause of error.