TXlsChart.SetDataLabels Method
Changes the labels for the chart. You should always get the values with IExcelChart.GetDataLabels, modify them, and change them back with this method.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsChart.SetDataLabels(const labels: TArray<IDataLabel>);
Parameters
See also