TdxChart.ExportToEMF(string,Integer,Integer) Method
Exports chart content to a file in WMF format.
Declaration
procedure ExportToEMF(const AFileName: string; AImageWidth: Integer = 0; AImageHeight: Integer = 0); overload;
Parameters
| Name | Type | Description |
|---|---|---|
| AFileName | string | The absolute or relative path to the resulting WMF 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 ExportToEMF procedure in your code. To export Chart control content to a file in EMF format, call the control’s corresponding ExportToEMF procedure instead.
See Also