Need to see min and max values for bottom axis always

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
gs
Newbie
Newbie
Posts: 84
Joined: Mon Mar 20, 2006 12:00 am
Location: US

Need to see min and max values for bottom axis always

Post by gs » Thu Feb 07, 2008 4:48 pm

Hi, I need to see min and max values for bottom axis always,
how can I do it ?
Setting Minimum and Maximum values for axis didn't help, as well as
setting Increment.

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 Feb 08, 2008 8:27 am

Hi gs,

This is most likely related to the axis Increment property. Instead of leaving it automatic you could try setting a bigger increment than what you have. For more information about this you can read Tutorial 4 - Axis Control. Tutorials can be found at TeeChart's program group.

If the problem persists please send us a simple example project we can run "as-is" to reproduce the problem here and help you finding a solution.

You can post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance!
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

gs
Newbie
Newbie
Posts: 84
Joined: Mon Mar 20, 2006 12:00 am
Location: US

Post by gs » Fri Feb 08, 2008 10:00 am

For instance, I've got range from -2 to 2, increment = 0.1 - is it ok ?
I still didn't see min value, tried increments 0.1, 0.2, 0.3, 0.5

gs
Newbie
Newbie
Posts: 84
Joined: Mon Mar 20, 2006 12:00 am
Location: US

Post by gs » Fri Feb 08, 2008 10:05 am

Many thanks, adding points for min and max values helped me (earlier I tried to set Minimum, Maximum, and Increment for axis)

gs
Newbie
Newbie
Posts: 84
Joined: Mon Mar 20, 2006 12:00 am
Location: US

Post by gs » Fri Feb 08, 2008 10:30 am

Hmm, for another chart with range 0.5-1.5, increment 0.1, it sometimes doesn't help (It depends on current chart width - when it is rather large, min and max appears, when width becomes smaller, at some time min and max disappears, then appears again in tyny window).
How to keep it regardless of window dimensions ?

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 Feb 08, 2008 10:36 am

Hi gs,

An infallible way to achieve what you request is using custom labels as shown in the All Features\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

Post Reply