ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.SaveChartToFile Method

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

[Visual Basic]

Public Sub SaveChartToFile( _

ByVal Filename As String _

)

[C#]

public void SaveChartToFile(

string Filename

);

[Delphi]

public procedure SaveChartToFile(

Filename: String

);

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.

See Also

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.