TSeriesData.AsString

TSeriesData.AsString
TSeriesData

function AsString: String; override;

Unit
TeeStore

Description

The AsString function returns the series data values in text format.

Each different Series Data component has properties to control the text conversion of series values.

Depending on the format, the resulting text can be HTML, XML or comma separated values.

AsString is a virtual method, overrided by descendant classes.