ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.SaveImage Method

Overload List

Saves an image of the chart to the clipboard using display size.

[Visual Basic] Overloads Public Sub SaveImage(ImageFormat)

[C#] public void SaveImage(ImageFormat);

[Delphi] public  procedure SaveImage(ImageFormat); overload;

Saves an image of the chart to the clipboard using the specified size and the specified format.

[Visual Basic] Overloads Public Sub SaveImage(ImageFormat, Size)

[C#] public void SaveImage(ImageFormat, Size);

[Delphi] public  procedure SaveImage(ImageFormat; Size); overload;

Saves an image of the chart in a Byte array in the specified format.

[Visual Basic] Overloads Public Sub SaveImage(ByRef Byte, ImageFormat)

[C#] public void SaveImage(ref byte[], ImageFormat);

[Delphi] public  procedure SaveImage(var Byte[]; ImageFormat); overload;

Saves an image of the chart to the specified stream in the specified format.

[Visual Basic] Overloads Public Sub SaveImage(Stream, ImageFormat)

[C#] public void SaveImage(Stream, ImageFormat);

[Delphi] public  procedure SaveImage(Stream; ImageFormat); overload;

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

[Visual Basic] Overloads Public Sub SaveImage(String, ImageFormat)

[C#] public void SaveImage(string, ImageFormat);

[Delphi] public  procedure SaveImage(String; ImageFormat); overload;

Saves an image of the chart in a Byte array in the specified format of the specified size.

[Visual Basic] Overloads Public Sub SaveImage(ByRef Byte, ImageFormat, Size)

[C#] public void SaveImage(ref byte[], ImageFormat, Size);

[Delphi] public  procedure SaveImage(var Byte[]; ImageFormat; Size); overload;

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

[Visual Basic] Overloads Public Sub SaveImage(Stream, ImageFormat, Size)

[C#] public void SaveImage(Stream, ImageFormat, Size);

[Delphi] public  procedure SaveImage(Stream; ImageFormat; Size); overload;

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

[Visual Basic] Overloads Public Sub SaveImage(String, ImageFormat, Size)

[C#] public void SaveImage(string, ImageFormat, Size);

[Delphi] public  procedure SaveImage(String; ImageFormat; Size); overload;

See Also

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


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