Saves an image of the chart to the specified stream in the specified format of the specified size.
[Visual Basic]
Overloads Public Sub SaveImage( _
ByVal stream As Stream, _
ByVal ImgFmt As ImageFormat, _
ByVal sz As Size _
)
[C#]
public void SaveImage(
Stream stream,
ImageFormat ImgFmt,
Size sz
);
[Delphi]
public procedure SaveImage(
stream: Stream;
ImgFmt: ImageFormat;
sz: Size
); overload;
Parameters
stream
Stream for image output.
ImgFmt
Image format.
sz
Image size
See Also
C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace | C1Chart.SaveImage Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |