pChart 2.x forum
http://wiki.pchart.net/forum/

Labels without border
http://wiki.pchart.net/forum/viewtopic.php?f=1&t=29407
Page 1 of 1

Author:  michjans [ Wed Jun 27, 2012 1:43 pm ]
Post subject:  Labels without border

Hello,
I've just started using pChart 2.x and am very satisfied about it's possibilities. Also very well documented with useful examples.

However, I'm looking for a feature that I can't find in the documentation or examples. Instead of a legend I would like to draw the series name as a label near the series on my chart (using drawLineChart with multiple series). So I'm trying to use the writeLabel function for this and only display the label for the last value of the series and force the title to be the name of each series. This works, however, I would only like to see the label as plain text, without the border and title. I've managed to just display a plain label (without the title), but still the border is drawn.

This is the call I'm doing ($yLabels is the array of the series names):
Code:
for ($i = 0; $i < $nYseries; $i++)
{
  $myPicture->writeLabel(array($yLabels[$i]),count($xValues) - 1,
  array("DrawSerieColor"=>FALSE,"NoTitle"=>TRUE,"ForceLabels"=>array($yLabels[$i]),"DrawPoint"=>FALSE,"GradientEndR"=>255,"GradientEndG"=>255,"GradientEndB"=>255));
}


Is there a way to not draw the border around the label or is there another way to display the series names as labels beside the graphs, instead of using a legend?

Thanks in advance,
Michiel

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/