I have a set of data that I show in my chart generated in pChart, like this:
The problem is that I want to print only some labels in the x-axis and show the last label in the last point, keeping the same appearance of the curve.
How can I do that?
There is a function that does this in pChart 1:
void setFixedScale($VMin,$VMax,$Divisions=5,$VXMin=0,$VXMin=0,$XDivisions=5)
Is there a similar function like it in pChart2 or anyway to achieve a similar display?