Home
last modified time | relevance | path

Searched refs:DrawLabels (Results 1 – 4 of 4) sorted by relevance

/plugin/statdisplay/pchart/
H A DPieChart.php247 if (! ($DrawLabels == PIE_NOLABEL)) {
249 if ($DrawLabels == PIE_PERCENTAGE)
251 elseif ($DrawLabels == PIE_LABELS)
253 elseif ($DrawLabels == PIE_PERCENTAGE_LABEL)
255 elseif ($DrawLabels == PIE_PERCENTAGE_LABEL)
317 …$this->drawFlatPieGraph ( $Data, $DataDescription, $XPos, $YPos, $Radius, $DrawLabels, $SpliceDist…
425 $Radius = 100, $DrawLabels = PIE_NOLABEL, argument
500 if (! ($DrawLabels == PIE_NOLABEL)) {
502 if ($DrawLabels == PIE_PERCENTAGE)
504 elseif ($DrawLabels == PIE_LABELS)
[all …]
/plugin/statistics/inc/pchart/
H A DPieChart.php145 public function drawBasicPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, Color $color = null, $Decimals = 0, ShadowProperties $shadowProperties = null) { argument
192 $this->processLabelsPositionAndSize($DrawLabels, $Angle, $Value, $SpliceRatio, $SplicePercent, 0, $Decimals, $Radius, $XPos, $YPos, $shadowProperties);
261 private function processLabelsPositionAndSize($DrawLabels, $Angle, $Value, $SpliceRatio, $SplicePercent, $SpliceDistance, $Decimals, $Radius, $XPos, $YPos, ShadowProperties $shadowProperties) { argument
263 if(!($DrawLabels == PIE_NOLABEL)) {
265 if($DrawLabels == PIE_PERCENTAGE)
267 elseif($DrawLabels == PIE_LABELS)
269 elseif($DrawLabels == PIE_PERCENTAGE_LABEL)
271 elseif($DrawLabels == PIE_PERCENTAGE_LABEL)
314 public function drawFlatPieGraphWithShadow($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $SpliceDistance = 0, $Decimals = 0, ShadowProperties $shadowProperties = NULL) { argument
339 $Data, $DataDescription, $XPos, $YPos, $Radius, $DrawLabels,
359 drawFlatPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $SpliceDistance = 0, $Decimals = 0, $AllBlack = FALSE, ShadowProperties $shadowProperties = null) global() argument
452 drawPieGraph(pData $data, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $EnhanceColors = TRUE, $Skew = 60, $SpliceHeight = 20, $SpliceDistance = 0, $Decimals = 0, ShadowProperties $shadowProperties = null) global() argument
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php2391 if ( !($DrawLabels == PIE_NOLABEL) )
2394 if ($DrawLabels == PIE_PERCENTAGE)
2396 elseif ($DrawLabels == PIE_LABELS)
2398 elseif ($DrawLabels == PIE_PERCENTAGE_LABEL)
2400 elseif ($DrawLabels == PIE_PERCENTAGE_LABEL)
2519 if ( !($DrawLabels == PIE_NOLABEL) )
2522 if ($DrawLabels == PIE_PERCENTAGE)
2524 elseif ($DrawLabels == PIE_LABELS)
2645 if ( !($DrawLabels == PIE_NOLABEL) )
2648 if ($DrawLabels == PIE_PERCENTAGE)
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php2416 if ( !($DrawLabels == PIE_NOLABEL) )
2419 if ($DrawLabels == PIE_PERCENTAGE)
2421 elseif ($DrawLabels == PIE_LABELS)
2423 elseif ($DrawLabels == PIE_PERCENTAGE_LABEL)
2425 elseif ($DrawLabels == PIE_PERCENTAGE_LABEL)
2544 if ( !($DrawLabels == PIE_NOLABEL) )
2547 if ($DrawLabels == PIE_PERCENTAGE)
2549 elseif ($DrawLabels == PIE_LABELS)
2670 if ( !($DrawLabels == PIE_NOLABEL) )
2673 if ($DrawLabels == PIE_PERCENTAGE)
[all …]