getBarLabel method

String getBarLabel(
  1. BarEntry barEntry
)

Implementation

String getBarLabel(BarEntry barEntry) {
  return getFormattedValue1(barEntry.y);
}