TChartValueList.Name
TChartValueList
property Name: String;
Unit
TeEngine
Description
The Name property is used to identify all Series lists of values.
All Series have an "Y" and "X" value lists.
Some Series have more lists of values, such as TCandleSeries, which have OpenValues, CloseValues, HighValues and LowValues lists.
The Name is used for example at the Chart Grid component to display the column names.
It is also used when a Series has another Series as datasource (ie : Series1.DataSource := Series2 ).