TeeChart Animation
TeeChart Animation
I have 2 charts separated by a splitter. The bar chart lets users select months, and that months categories are displayed in the bottom pie chart.
I want to make sure the user sees that clicking on the bar does indeed change the pie. I am new to Delphi Berlin (from Delphi 5) and am new to animations. I would like to create some sort of animation that will look like the pie chart is comming from the bar chart.
Any ideas how to accomplish this or any examples I could look at.
Attached is a screenshot of the charts.
I want to make sure the user sees that clicking on the bar does indeed change the pie. I am new to Delphi Berlin (from Delphi 5) and am new to animations. I would like to create some sort of animation that will look like the pie chart is comming from the bar chart.
Any ideas how to accomplish this or any examples I could look at.
Attached is a screenshot of the charts.
- Attachments
-
- 2017-12-03_1926.png (60.98 KiB) Viewed 44298 times
Re: TeeChart Animation
Also, is there a way to make the legend multiline. I would like the dates displayed in the legend on the second line of the legend item.
Re: TeeChart Animation
Hello,
There are some animations shipped with TeeChart. You can see a couple of examples under "All features\Welcome !\Tools\Series Animation" in the Features Demo program shipped with the binary installation of TeeChart Pro.realsol wrote:Any ideas how to accomplish this or any examples I could look at.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart Animation
I've added it to the public tracker:realsol wrote:Also, is there a way to make the legend multiline. I would like the dates displayed in the legend on the second line of the legend item.
http://bugs.teechart.net/show_bug.cgi?id=1952
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart Animation
Thanks. I will take a look.
Re: TeeChart Animation
I downloaded the demo from https://www.steema.com/downloads/vcl. It was right where you pointed me. I want to do something also with the pie chart but didn't see any examples. The problem though is there is no source code where I can see how the animation is done. Where can I find that?
Re: TeeChart Animation
Hello,
The demo sources are shipped with the binary installation (evaluation version included).
The demo sources are shipped with the binary installation (evaluation version included).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart Animation
I already have purchased and using the TeeChart Std and don't want to mess anything up with my installation. Will it, or is there a better way to get the source for the demo. Any other documentation would help.
Re: TeeChart Animation
Hello reasol,
TeeChart Std VCL/FMX doesn't support animation as you can check in TeeChart VCL/FMX Feature Matrix. Therefore, if you want work with Animation is necessary use TeeChart Pro VCL/FMX version.
Thanks in advance,
TeeChart Std VCL/FMX doesn't support animation as you can check in TeeChart VCL/FMX Feature Matrix. Therefore, if you want work with Animation is necessary use TeeChart Pro VCL/FMX version.
Thanks in advance,
Best Regards,
Sandra Pazos / 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: TeeChart Animation
You have seen my charts. My customers thought my 3D charts were dated. I tried my best to make them look more modern.
If I upgraded to the Pro version, could I take my charts (above) and make them look like this? https://vimeo.com/246186475
If I upgraded to the Pro version, could I take my charts (above) and make them look like this? https://vimeo.com/246186475
Re: TeeChart Animation
Hello realsol,
I have prepared for you a simple project with your request. I would like suggest you download the TeeChart Por VCL/FMX Evaluation versions from here and check if the project attached beolow works in your end.
Hoping this helps
I have prepared for you a simple project with your request. I would like suggest you download the TeeChart Por VCL/FMX Evaluation versions from here and check if the project attached beolow works in your end.
Hoping this helps
Best Regards,
Sandra Pazos / 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: TeeChart Animation
Thanks. I don't want to have to uninstall my TeeChart to install the pro to test a demo, so I will assume your answer is yes to my question. But thanks you for the zip as I assume, if not now, I will be upgrading and the example will be a great starting point for me.
Thank you.
Thank you.
Re: TeeChart Animation
I am talking to Steema about upgrading, but like I said, I don't want to have to uninstall the STD, install pro to see the tutorial. Is there a way that you could please compile this demo so I can take a look before taking the plunge to the pro.
Thanks.
Thanks.
Re: TeeChart Animation
Hello,
I've compiled the project Sandra attached some posts above with RAD 10.2 Tokyo and TeeChart Pro v2017.22.
Note it's a VCL project but the result shouldn't be very different in FMX.
Find attached a .7z containing the .exe.
I've compiled the project Sandra attached some posts above with RAD 10.2 Tokyo and TeeChart Pro v2017.22.
Note it's a VCL project but the result shouldn't be very different in FMX.
Find attached a .7z containing the .exe.
- Attachments
-
- AnimationCharts.7z
- (2.14 MiB) Downloaded 1984 times
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart Animation
Hello,
Find a compiled version of the project here.
If you are interested in FMX, you can look at the example here.Yeray wrote:Note it's a VCL project but the result shouldn't be very different in FMX.
Find a compiled version of the project here.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |