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