You are here

function pData::removeAllSeries in Visitors 7.0

Same name and namespace in other branches
  1. 8 pchart/pData.inc \pData::removeAllSeries()

File

pchart/pData.inc, line 238

Class

pData

Code

function removeAllSeries() {
  foreach ($this->DataDescription["Values"] as $Key => $Value) {
    unset($this->DataDescription["Values"][$Key]);
  }
}