Variable SimpleBarChart._bars

class SimpleBarChart
{
  // ...
  SimpleBarChart.BarData[] _bars;
  // ...
}