Skip to main content
All docs
V24.1

TdxChart.ExportToSVG(TStream,Integer,Integer) Method

Exports chart content to a stream in SVG format.

Declaration

procedure ExportToSVG(const AStream: TStream; AImageWidth: Integer = 0; AImageHeight: Integer = 0); overload;

Parameters

Name Type Description
AStream TStream

The target stream.

AImageWidth Integer

Optional. The target width (in pixels) of the exported image.

AImageHeight Integer

Optional. The target height (in pixels) of the exported image.

See Also