Page 1 of 1

Need to see min and max values for bottom axis always

Posted: Thu Feb 07, 2008 4:48 pm
by 9640703
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.

Posted: Fri Feb 08, 2008 8:27 am
by narcis
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!

Posted: Fri Feb 08, 2008 10:00 am
by 9640703
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

Posted: Fri Feb 08, 2008 10:05 am
by 9640703
Many thanks, adding points for min and max values helped me (earlier I tried to set Minimum, Maximum, and Increment for axis)

Posted: Fri Feb 08, 2008 10:30 am
by 9640703
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 ?

Posted: Fri Feb 08, 2008 10:36 am
by narcis
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.