Skip to main content
All docs
V24.2

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

TdxChartPalette.SaveToStream(TStream) Method

Saves all stored palette items to a stream in an internal XML-like format.

#Declaration

Delphi
procedure SaveToStream(const AStream: TStream);

#Parameters

Name Type Description
AStream TStream

The target stream.

You can call the LoadFromStream procedure later to populate a user palette from the same stream object.

#Remarks

Call the SaveToStream procedure to save the chart palette to a stream.

See Also