Hi,
There's been some years since I made an user interface with a dynamically generated chart (or group of it) that between other things presents labels in a grid form in order to group some descriptions. I made it by calculating spaces occupied for each point and resizing the grid (other control) rows and columns. This works fine but as you can imagine, export it was impossible.
Is there any chance that this kind of charts was part of TeeChart functionalities set?
I've attached a simple demo, one of the possible chart, but the application can generate a lot more charts.
thank you in advance
Labels
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Labels
Hi Hermes,
Is this something similar to the SubAxes property available in TeeChart VCL? You can find it here searching for SubAxes. If I'm not wrong, you are a TeeChart for .NET user. Is that correct?
Thanks for your feedback.
Is this something similar to the SubAxes property available in TeeChart VCL? You can find it here searching for SubAxes. If I'm not wrong, you are a TeeChart for .NET user. Is that correct?
Thanks for your feedback.
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 |
Re: Labels
Hi Narcís,
yes it is something similar to Sub axes, and yes, I'm a .NET user, even when the images belong to a vb6 application (com control).
If you wanna discuss something else (in spanish better) you can contact me and I'll explain all the details and possible uses.
thank you in advance
yes it is something similar to Sub axes, and yes, I'm a .NET user, even when the images belong to a vb6 application (com control).
If you wanna discuss something else (in spanish better) you can contact me and I'll explain all the details and possible uses.
thank you in advance
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Labels
Hi Hermes,
Thanks for your feedback.
Ok, you can post more information here (English or Spanish) or sent it to info@steema.com with a reference to this thread.
Thanks again.
Thanks for your feedback.
Ok, you can post more information here (English or Spanish) or sent it to info@steema.com with a reference to this thread.
Thanks again.
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 |
Re: Labels
Hello Hermes,
Thanks for the information you sent over. We're preparing a light example that might give you a few ideas to work with. Please bear with us a few days whilst it's being readied.
Regards,
Marc Meumann
Thanks for the information you sent over. We're preparing a light example that might give you a few ideas to work with. Please bear with us a few days whilst it's being readied.
Regards,
Marc Meumann
Steema Support
Re: Labels
Hello Hermes,
We've prepared a demo that shows some of what can be done with the current version of TeeChart.
The example uses custom drawing to the canvas to create grid and labels and uses custom axes to define the chart zones.
http://www.steema.com/files/public/WinF ... iChart.zip
All contents of the chart including grids are available for direct output to printer.
The image shows the application output.
An alternative option to custom axes could be to use the TeeChart SubChart tool to define Chart areas. The feature requested would make a useful addition to the Chart and is being reviewed for inclusion directly to the chart itself.
Regards,
Marc
We've prepared a demo that shows some of what can be done with the current version of TeeChart.
The example uses custom drawing to the canvas to create grid and labels and uses custom axes to define the chart zones.
http://www.steema.com/files/public/WinF ... iChart.zip
All contents of the chart including grids are available for direct output to printer.
The image shows the application output.
An alternative option to custom axes could be to use the TeeChart SubChart tool to define Chart areas. The feature requested would make a useful addition to the Chart and is being reviewed for inclusion directly to the chart itself.
Regards,
Marc
Steema Support
Re: Labels
As a followup. Copy pasting the Winform code into a WebForm (re-assigning the AfterDraw event to the WebChart) gives this output to the browser:
The variables (Month, Category, Division and Edition) have been fixed for expediency and the colour palette has been changed to 'Seawash' to add a little variety.
The variables (Month, Category, Division and Edition) have been fixed for expediency and the colour palette has been changed to 'Seawash' to add a little variety.