Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomChartControl.SaveToStream(TStream) Method

Saves series data from all diagrams to the specified stream.

#Declaration

Delphi
procedure SaveToStream(AStream: TStream);

#Parameters

Name Type Description
AStream TStream

The target stream.

#Remarks

Call the SaveToStream procedure to save only series data from all diagrams to a stream. Then, you can call the LoadFromStream procedure to load series data if the Chart control has the corresponding diagrams and series.

Important

The SaveToStream procedure saves only series data, and the resulting stream does not include information about the Chart control layout, diagrams, and their series. You need to store this information separately.

See Also