Variable SimpleBarChart._maxY

class SimpleBarChart
{
  // ...
  double _maxY = 0.0;
  // ...
}