function pData::drawAll

5.x pData.class.php pData::drawAll()

File

inc/pchart/pchart/class/pData.class.php, line 267

Class

pData

Code

function drawAll() 
 {
  foreach ($this->Data ["Series"] as $Key => $Value) {
    if ($this->Data ["Abscissa"] != $Key) {
      $this->Data ["Series"][$Key]["isDrawable"] = TRUE;
    }
  }
}