[]
        
(Showing Draft Content)

C1.Win.C1Chart.C1Chart.SaveChartTemplateToFile

SaveChartTemplateToFile Method

SaveChartTemplateToFile(string)

Saves the all of the contents of the control to the specified file, excluding data.

Declaration
public void SaveChartTemplateToFile(string Filename)
Parameters
Type Name Description
string 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.