Hi there,
Is it possible to add vertical labels within each bar on a bar chart? I guess I could use the AfterDraw event of the WebChart, but if I do this there are at least two problems as I see it:
1. How do I workout the width and location of each bar so I can draw a rectangle the correct size to fit each bar.
2. How do I make text flow in a vertical direction? Do I create a rectangle and rotate it for example?
Thanks for any help you may be able to provide.
Matt 8O
Vertical text within bar of a bar chart?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Matt,
You can do it using series marks, just make them visible and set it's angle to 90 or 270. Then you can "play" with marks arrows making them visible or invisible depending on your needs and also setting their length to a positive or negative value deppending on where you want to place your marks.
You can do it using series marks, just make them visible and set it's angle to 90 or 270. Then you can "play" with marks arrows making them visible or invisible depending on your needs and also setting their length to a positive or negative value deppending on where you want to place your marks.
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 Matt,
Then you can use Annotation tools. You will find examples on how to use them at the TeeChart features demo and the tutorials, available at the TeeChart program group.
Then you can use Annotation tools. You will find examples on how to use them at the TeeChart features demo and the tutorials, available at the TeeChart program group.
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 |