ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.SaveImage Method (String, ImageFormat, Size)

Saves an image of the chart to the specified file in the specified format of the specified size.

[Visual Basic]

Overloads Public Sub SaveImage( _

ByVal Filename As String, _

ByVal ImgFmt As ImageFormat, _

ByVal sz As Size _

)

[C#]

public void SaveImage(

string Filename,

ImageFormat ImgFmt,

Size sz

);

[Delphi]

public procedure SaveImage(

Filename: String;

ImgFmt: ImageFormat;

sz: Size

); overload;

Parameters

Filename

Image file name.

ImgFmt

Image format.

sz

Image size.

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.