Obtains an image of the current chart display using the specified format.
[Visual Basic]
Overloads Public Function GetImage( _
ByVal imgfmt As ImageFormat _
) As Image
[C#]
public Image GetImage(
ImageFormat imgfmt
);
[Delphi]
public function GetImage(
imgfmt: ImageFormat
): Image; overload;
Parameters
imgfmt
Image format.
Return Value
Image of the current chart display.
See Also
C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace | C1Chart.GetImage Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |