All x axis labels are not shown when using point graph

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Lars Iversen
Newbie
Newbie
Posts: 61
Joined: Wed Jun 22, 2005 4:00 am
Location: cph

All x axis labels are not shown when using point graph

Post by Lars Iversen » Thu Jul 27, 2006 1:39 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jul 27, 2006 2:13 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Lars Iversen
Newbie
Newbie
Posts: 61
Joined: Wed Jun 22, 2005 4:00 am
Location: cph

Post by Lars Iversen » Fri Jul 28, 2006 8:26 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Jul 28, 2006 8:57 am

Hi Lars,

I'll add your feature request to our wish-list to be considered for inclusion in future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply