Obtains an image of the current chart display using the specified format and size.
[Visual Basic]
Overrides Public Function GetImage( _
ByVal imgfmt As ImageFormat, _
ByVal sz As Size _
) As Image
[C#]
override public Image GetImage(
ImageFormat imgfmt,
Size sz
);
[Delphi]
public function GetImage(
imgfmt: ImageFormat;
sz: Size
): Image; override;
Parameters
imgfmt
Image format.
sz
Image size.
Return Value
Image of the current chart display.
See Also
C1WebChart Class | C1WebChart Members | C1.Web.C1WebChart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |