Saves the chart properties and data to the specified file.
[Visual Basic]
Overrides Public Sub SaveChartToFile( _
ByVal filename As String _
)
[C#]
override public void SaveChartToFile(
string filename
);
[Delphi]
public procedure SaveChartToFile(
filename: String
); override;
Parameters
filename
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
C1WebChart Class | C1WebChart Members | C1.Web.C1WebChart Namespace | C1WebChart Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |