Page 1 of 1

Forcing a label to be shown on the edge of the axis

Posted: Fri Oct 31, 2008 6:27 pm
by 14048359
Hi, There are some situations where the bottom (for example) axis does not display the leftmost and the rightmost value. Is it possible to force a value to be displayed? I'm not sure if I am very clear.. Please look at the following examples...

Code: Select all

10  |
    |
8   |
    |
6   |
    |
4   |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _  
        2    4    6    8    10    12    14    			
In the example aboveI would like to force a 1.5 and 15.5 values to be displayed just at the graph's left limit, like in the following:

Code: Select all

10  |
    |
8   |
    |
6   |
    |
4   |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
   1.5   2    4    6    8    10    12    14  15.5
Is it possible to do so?

Thank you very much!

Posted: Mon Nov 03, 2008 8:49 am
by 13049497
Hi Qwerty,

I posted the same requirenment in http://www.teechart.net/support/viewtopic.php?t=8392.

Bye