H A D | pChart.php | 297 function drawRightScale(pData $data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE, $SkipLabels = 1) { argument 298 $this->drawScale($data, $style, $Angle, $Decimals, $WithMargin, $SkipLabels, TRUE); 304 function drawScale(pData $Data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE, $SkipLabels = 1, $RightScale = FALSE) { argument 471 $Position = imageftbbox($this->FontSize, $Angle, $this->FontName, $Value); 475 if($Angle == 0) { 479 $Angle, 489 if($Angle <= 90) { 492 $Angle, 503 $Angle, 645 function drawXYScale(pData $Data, ScaleStyle $style, $YSerieName, $XSerieName, $Angle argument 1127 drawTextBox(Point $point1, Point $point2, $Text, $Angle = 0, Color $color = null, $Align = ALIGN_LEFT, ShadowProperties $shadowProperties = null, Color $backgroundColor = null, $Alpha = 100) global() argument [all...] |