TChartSeries.Labels
TChartSeries
property Labels: TLabelsList;
Unit
TeEngine
Description
The Labels property returns the internal list where all text strings are stored into the Series.
Each series point can optionally have associated a text string.
Use the Series TChartSeries.XLabel array property to get and set point labels, instead of accesing the labels property directly.