ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.GetImage Method

Overload List

Obtains an image of the current chart display.

[Visual Basic] Overloads Public Function GetImage() As Image

[C#] public Image GetImage();

[Delphi] public  function GetImage() : Image; overload;

Obtains an image of the current chart display using the specified format.

[Visual Basic] Overloads Public Function GetImage(ImageFormat) As Image

[C#] public Image GetImage(ImageFormat);

[Delphi] public  function GetImage(ImageFormat) : Image; overload;

Obtains an image of the current chart display using the specified size.

[Visual Basic] Overloads Public Function GetImage(Size) As Image

[C#] public Image GetImage(Size);

[Delphi] public  function GetImage(Size) : Image; overload;

Obtains an image of the current chart display using the specified format and size.

[Visual Basic] Overloads Public Function GetImage(ImageFormat, Size) As Image

[C#] public Image GetImage(ImageFormat, Size);

[Delphi] public  function GetImage(ImageFormat; Size) : Image; overload;

See Also

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


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