Hi,
is there an option in Teechart for .NET to have an automatic abbreviation for the labels in the left axis? My problem is that when the values in the left axis are very big numbers (like 100,000,000 for instance) they use too much space on the left hand side, causing horizontal scrollbars to appear in my web page. What I'm looking for is a means to have labels like 1k, 1M etc. instead of 1,000 or 1,000,000.
Is there any option in Teechart or any other way to get this?
Thanks in advance for any tip!
Mauro
Abbreviations for left axis labels
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Mauro,
You should implement it yourself in the GetAxisLabel or GetNextAxisLabel events.
You should implement it yourself in the GetAxisLabel or GetNextAxisLabel events.
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 |
Abbreviations for left axis labels
Great!narcis wrote:Hi Mauro,
You should implement it yourself in the GetAxisLabel or GetNextAxisLabel events.
Thanks Narcis.