Forum Moderators: coopster

Message Too Old, No Replies

Lost on JPGraph

try to turn off every text

         

orgaseo

5:52 pm on Jul 29, 2004 (gmt 0)

10+ Year Member



I really RTFM and the FAQ but I could not find out how to turn of every text label (at least x-axis) on JPGraph.

Is somebody using JPGraph too?

coopster

11:48 pm on Jul 29, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, orgaseo!

Have you checked the jpgraph support forums? I found this in there...


In X-Y graph, I have around 400 points.
If I plot these, xaxis labels look like a black belt.
How do I totally turn off xaxis labels?

Then, the poster answers his/her own post...

The following seems working.
I tried SetLabelFormat('') before, but it seems
I need a space.

$graph->xaxis->SetLabelFormat(' ');

orgaseo

4:12 am on Jul 30, 2004 (gmt 0)

10+ Year Member



Damn. I forget the support forum. Thanks a lot coopster.