Obtains an image of the current chart display using the specified size.
[Visual Basic]
Overloads Public Function GetImage( _
ByVal sz As Size _
) As Image
[C#]
public Image GetImage(
Size sz
);
[Delphi]
public function GetImage(
sz: Size
): Image; overload;
Parameters
sz
Image size.
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. |