TdxChart.ExportToGIF(string,Integer,Integer) Method
Exports chart content to a file in GIF format.
Declaration
procedure ExportToGIF(const AFileName: string; AImageWidth: Integer = 0; AImageHeight: Integer = 0); overload;
Parameters
| Name | Type | Description |
|---|---|---|
| AFileName | string | The absolute or relative path to the resulting GIF file. |
| AImageWidth | Integer | Optional. The exported image width, in pixels. |
| AImageHeight | Integer | Optional. The exported image height, in pixels. |
Remarks
Important
Do not call the ExportToGIF procedure in your code. To export Chart content to a file in GIF format, call the control’s corresponding ExportToGIF procedure instead.
See Also