TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
Alain Bolduc
- Newbie
- Posts: 30
- Joined: Mon Feb 18, 2008 12:00 am
Post
by Alain Bolduc » Fri Oct 31, 2008 6:27 pm
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!
-
AIS
- Newbie
- Posts: 70
- Joined: Wed Jun 25, 2008 12:00 am
Post
by AIS » Mon Nov 03, 2008 8:49 am