Back to Devexpress

TdxChartCustomSeries.StoredName Property

vcl-dxchartcore-dot-tdxchartcustomseries-51e6dda2.md

latest1.2 KB
Original Source

TdxChartCustomSeries.StoredName Property

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

Declaration

delphi
property StoredName: string read; write;

Property Value

TypeDescription
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

TdxChartCustomSeries Class

TdxChartCustomSeries Members

dxChartCore Unit