IExcelChart.GetDataLabels Method
Returns all the labels for the chart. Note that Axis have their labels defined inside their own definition.
Syntax
Unit: FlexCel.Core
function IExcelChart.GetDataLabels: TArray<IDataLabel>; virtual; abstract;
See also