Lines Matching refs:Caption
262 $Caption = "";
266 … $Caption = (round($Value * pow(10, $Decimals) * $SplicePercent) / pow(10, $Decimals))."%";
268 $Caption = $iLabels [$Key];
270 …$Caption = $iLabels [$Key]."\r\n".(round($Value * pow(10, $Decimals) * $SplicePercent) / pow(10, $…
272 …$Caption = $iLabels [$Key]."\r\n".(round($Value * pow(10, $Decimals) * $SplicePercent) / pow(10, $…
274 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Caption);
294 $Caption,
526 $Caption = "";
530 …$Caption = (round($rValues [$Key] * pow(10, $Decimals) * $rSplicePercent) / pow(10, $Decimals))."%…
532 $Caption = $iLabels [$Key];
534 …$Caption = $iLabels [$Key]."\r\n".(round($Value * pow(10, $Decimals) * $SplicePercent) / pow(10, $…
536 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Caption);
556 $Caption,