Skip to main content
A newer version of this page is available. .

TdxChartCustomSeries.StoredName Property

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

Declaration

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