Saves an image of the chart to the specified stream in the specified format.
[Visual Basic]
Overloads Public Sub SaveImage( _
ByVal stream As Stream, _
ByVal ImgFmt As ImageFormat _
)
[C#]
public void SaveImage(
Stream stream,
ImageFormat ImgFmt
);
[Delphi]
public procedure SaveImage(
stream: Stream;
ImgFmt: ImageFormat
); overload;
Parameters
stream
Stream for image output.
ImgFmt
Image format.
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. |