I have a customer that needs to display data in a triangle chart.
The chart must be the shape of a triangle where all sides have the same size and runs from 0 to 1. So the 3 sides of the triangle becomes the 3 axis.
Years ago I did this in the VCL TChart but I cannot find my code.
Can anyone show me how to create such a chart.
Or is it build in allready?
Thanks Torben
Triangle chart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Torben,
This is a feature request on our wish-list to be implemented for future versions but this is not a built-in feature at the moment.
This is a feature request on our wish-list to be implemented for future versions but this is not a built-in feature at the moment.
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 |
-
- Newbie
- Posts: 8
- Joined: Wed May 23, 2007 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Torben,
You can either use 2 line series or directly draw to TeeChart's canvas as described in Tutorial 13 - Custom drawing on the Chart Panel. You'll find the tutorials at TeeChart's program group.
You may also use a Shape series set to be a triangle and draw points over it.
You can either use 2 line series or directly draw to TeeChart's canvas as described in Tutorial 13 - Custom drawing on the Chart Panel. You'll find the tutorials at TeeChart's program group.
You may also use a Shape series set to be a triangle and draw points over it.
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 |