ArraySeriesLabelGenerator
ArraySeriesLabelGenerator = (
index,data) =>string
Definition of a function that can generate labels for an array series.
Parameters
index
number
The index of the data point for which we need a label
data
The data object from which the series is being populated
Returns
string