/**
  * Draws this graph's data labels, and the line graph's data labels
  */
 protected function DrawDataLabels()
 {
     $labels = parent::DrawDataLabels();
     $labels .= $this->linegraph->DrawDataLabels();
     return $labels;
 }