Saves an image of the chart to the specified file in the specified format of the specified size.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public void SaveImage( string Filename, ImageFormat ImgFmt, Size sz ) |
Visual Basic |
---|
Public Sub SaveImage ( _ Filename As String, _ ImgFmt As ImageFormat, _ sz As Size _ ) |
Parameters
- Filename
- Type: System..::..String
Image file name.
- ImgFmt
- Type: System.Drawing.Imaging..::..ImageFormat
Image format.
- sz
- Type: System.Drawing..::..Size
Image size.