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

TdxChartCustomSeries.StoredName Property

Specifies the custom name for saving series data to a stream.

#Declaration

Delphi
property StoredName: string read; write;

#Property Value

Type Description
string

The custom name for the series data block stored in a stream.

#Remarks

A Chart control’s SaveToStream procedure adds the Name property value before point data of the series if the StoredName property is set to an empty string. Assign a name to the StoredName property to use it instead of the Name property value for saving points of the series to a stream.

#Default Value

The StoredName property’s default value is an empty string.

See Also