Saves an image of the chart to the specified file in the specified format.
[Visual Basic]
Overloads Public Sub SaveImage( _
ByVal Filename As String, _
ByVal ImgFmt As ImageFormat _
)
[C#]
public void SaveImage(
string Filename,
ImageFormat ImgFmt
);
[Delphi]
public procedure SaveImage(
Filename: String;
ImgFmt: ImageFormat
); overload;
Parameters
Filename
Image file name.
ImgFmt
Image format.
See Also
C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace | C1Chart.SaveImage Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |