TdxChart.SaveToStream(TStream) Method
Saves series data from all diagrams to the specified stream.
Declaration
procedure SaveToStream(AStream: TStream);
Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | The target stream. |
Remarks
Important
Do not call the SaveToStream
procedure in your code. To save series data displayed in the Chart control, call its SaveToStream procedure instead.
See Also