Hi to all!
Do Axis can have offset to one value forward?
Or make offset in scLine like in scBar
Best Regards Nuzur.
Can I Set offset for Axis or make offset for scLine
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
You don't understand. I need set simply offset not for maximum mininmux.
When first value show to second point, second point to third and so go on.
I need move axis for one value forward.
Situation is going worse. I need offset bottom value that represent by string what represent date-time
I try get min\max from bottom and left( double) and it return zero
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Nuzur,
Ok, then you can modify labels text in the OnGetAxisLabel event.You don't understand. I need set simply offset not for maximum mininmux.
When first value show to second point, second point to third and so go on.
I need move axis for one value forward.
I don't understand the exact problem but you may need to do some type conversion.Situation is going worse. I need offset bottom value that represent by string what represent date-time
You need to let the chart draw itself before to do all properties calculations and thus axes values. Before using this code you should make the call below to force the chart being internally painted.I try get min\max from bottom and left( double) and it return zero
Code: Select all
TChart1.Environment.InternalRepaint
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Nuzur,
Ok, I just replied at the newsgroups. However, a very small change to the code was necessary to display the series as you want.
Ok, I just replied at the newsgroups. However, a very small change to the code was necessary to display the series as you want.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |