PDA

View Full Version : Help with Chart


selvahere
02-11-2009, 12:14 PM
Hi

I am constructing a chart and in the Horizontal axis I want to hide the last axis
label . Is that possible

In the sense if the Linear axis has minimum and maximum value as 0 and 60 I want to hide 60, the graph should show only 0 and 59 but I need the value 60 for my code just that it should not be seen

Thanks in advance

drkstr
02-11-2009, 05:53 PM
You can use the labelFunction for any axis to determine which and how the labels are printed out. Just return '' for the last one.


Best Regards,
~Aaron