if (yAxes == null || yAxes.size() <= axisIndex ||
yAxes.get(axisIndex).getStackLabels() == null ||
yAxes.get(axisIndex).getStackLabels().getFormatter() == null) {
return null;
}
return yAxes.get(axisIndex).getStackLabels().getFormatter().format(new StackLabelsData(nativeData));
}