TdxChart.ExportToSVG(TStream,Integer,Integer) Method
In This Article
Exports chart content to a stream in SVG format.
#Declaration
Delphi
#Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | The target stream. |
AImage |
Integer | Optional. The target width (in pixels) of the exported image. |
AImage |
Integer | Optional. The target height (in pixels) of the exported image. |
See Also