TdxChart.ExportToBMP(string,Integer,Integer) Method
In This Article
Exports chart content to a file in BMP format.
#Declaration
Delphi
#Parameters
Name | Type | Description |
---|---|---|
AFile |
string | The absolute or relative path to the resulting BMP file. |
AImage |
Integer | Optional. The exported image width, in pixels. |
AImage |
Integer | Optional. The exported image height, in pixels. |
#Remarks
Important
Do not call the Export
procedure in your code. To export Chart control content to a file in BMP format, call the control’s corresponding Export
See Also