Home
last modified time | relevance | path

Searched refs:GetDataDescription (Results 1 – 6 of 6) sorted by relevance

/plugin/charter/
Dhelper.php424 $legendSize = $pchart->getLegendBoxSize($pdata->GetDataDescription());
438 …d($this->flags['size']['width'] - $legendSize[0] - 15, 30, $pdata->GetDataDescription(), $this->fl…
446 …$pchart->drawScale($pdata->GetData(), $pdata->GetDataDescription(), SCALE_START0, $this->flags['sc…
449 …$pchart->drawScale($pdata->GetData(), $pdata->GetDataDescription(), SCALE_ADDALLSTART0, $this->fla…
452 …$pchart->drawScale($pdata->GetData(), $pdata->GetDataDescription(), SCALE_START0, $this->flags['sc…
471 $pchart->drawPlotGraph($pdata->GetData(), $pdata->GetDataDescription(), $this->flags['dots']);
474 $pchart->drawLineGraph($pdata->GetData(), $pdata->GetDataDescription());
477 …$pchart->drawFilledLineGraph($pdata->GetData(), $pdata->GetDataDescription(), $this->flags['alpha'…
480 $pchart->drawCubicCurve($pdata->GetData(), $pdata->GetDataDescription());
483 …$pchart->drawFilledCubicCurve($pdata->GetData(), $pdata->GetDataDescription(), 0.1, $this->flags['…
[all …]
/plugin/statdisplay/helper/
Dgraph.php235 $Chart->drawBarGraph($DataSet->GetData(), $DataSet->GetDataDescription());
288 $Chart->drawBarGraph($DataSet->GetData(), $DataSet->GetDataDescription());
290 $Chart->drawLineGraph($DataSet->GetData(), $DataSet->GetDataDescription());
292 $Chart->drawLegend(500, 40, $DataSet->GetDataDescription(), new Color(250));
/plugin/projects/plugins/target/
Dplot.php133 $plot->drawXYScale($data->GetData(), $data->GetDataDescription(),
154 $data->GetDataDescription(),
161 $data->GetDataDescription(),
173 $description = $data->GetDataDescription();
/plugin/stats/
Dsyntax.php492 …$chart->drawScale($dataSet->GetData(),$dataSet->GetDataDescription(),SCALE_NORMAL,150,150,150,TRUE…
496 $chart->drawBarGraph($dataSet->GetData(),$dataSet->GetDataDescription(),TRUE);
615 …$chart->drawScale($dataSet->GetData(),$dataSet->GetDataDescription(),SCALE_NORMAL,150,150,150,TRUE…
619 $chart->drawBarGraph($dataSet->GetData(),$dataSet->GetDataDescription(),TRUE);
940 …$chart->drawPieGraph($DataSet->GetData(),$DataSet->GetDataDescription(),$graphX,$graphY,$graphR,PI…
941 $chart->drawPieLegend($legendX,15,$DataSet->GetData(),$DataSet->GetDataDescription(),250,250,250);
/plugin/charter/lib/pchart/
DpData.class.php255 function GetDataDescription() function in pData
/plugin/projects/pchart/pchart/
Dpdata.php248 function GetDataDescription() function in pData