Overload List
Obtains an image of the current chart display.
[Visual Basic] Overloads Public Function GetImage() As Image
[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
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |