TdxChart.LoadFromStream(TStream) Method
Loads series data from the specified stream populated by a SaveToStream procedure call.
Declaration
procedure LoadFromStream(AStream: TStream);
Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | The source stream with series data. |
Remarks
Important
Do not call the LoadFromStream
procedure in your code. To load series data from a stream to the Chart control, call its LoadFromStream procedure instead.
See Also