Page 1 of 1

All x axis labels are not shown when using point graph

Posted: Thu Jul 27, 2006 1:39 pm
by 9637396
Hi I have a graph that consists of points.
Each series only have on point. The x value of the points are either 10, 25 or 55 (It is temperatures)
The y axis hold double values.
When the grap is plottet I have a vertical row of points at x=10 and at X=25 and at X=55
The X-axis labels is set to automatic.
The x axis displays a label at 10 but not at 25 and 55.

How can I get teechart to display x axis labels at 10,25 and 55.
I don't want to use the setting "Value" because I don't want the x-axis to be full of numbers. It should only show labels at 10,25and 55.

When I have point series where each series contains three points (one for each temperature) teechart displays these three temperatures perfectly on the x-axis. So it seems that the problem only occurs when I have exactly one point per series.

I'm using VS2005 and teechart v2 for .net version 2.0.2306.26232

Thanks in advance
Lars Iversen, Denmark

Posted: Thu Jul 27, 2006 2:13 pm
by narcis
Hi Lars,

This is because if there are many series the labels displayed on the x axis correspond to the first series values. To achieve what you request you can custom labels as shown in the All Featutres\Welcome !\Axes\Labels\Custom labels example at the features demo, available at TeeChart's program group.

Posted: Fri Jul 28, 2006 8:26 am
by 9637396
Ok. Thanks. I'll try that.
But I think it is a bit sad that it works that way. I would have prefered if it would just make a label on the axis when there is a corresponding point in any of the series.

Thanks again
Lars Iversen

Posted: Fri Jul 28, 2006 8:57 am
by narcis
Hi Lars,

I'll add your feature request to our wish-list to be considered for inclusion in future releases.