Hi,
I am very new to using TeeChart but am finding it really useful.
I want to be able to access and modify chart data values and although I can do this through the editor I have realised that there is a ChartGrid component that allows direct access.
Looking at the Feature matrix on the Steema website for the TeeChart VCL / FMX products, it appears that 'ChartGrid for data editing' should be available for both the versions supplied with RAD Studio and TeeChart Standard
Commercial v2014. However, I didn't have the ChartGrid component with RAD Studio and it doesn't appear to be have been supplied with the Commercial version either.
Am I missing something here? Is this component only available with the Pro version? If so, how do I access the ChartGrid facility with the Standard version as suggested by the Feature matrix?
Thanks and apologies if this is blindingly obvious.
Which components are provided with TeeChart VCL Standard?
Re: Which components are provided with TeeChart VCL Standard?
Hello,
We're investigating where the problem resides.
Thanks for reporting it.
We're investigating where the problem resides.
Thanks for reporting it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Which components are provided with TeeChart VCL Standard?
Hello,
We've revised and corrected the feature matrix.
We've revised and corrected the feature matrix.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Which components are provided with TeeChart VCL Standard?
Hi Yeray
Thanks for clarifying the situation.
Was hoping that the ChartGrid component could be accessed using the TeeChart Standard Commercial version. I guess that means that there is no way to access and modify chart data values other than through the editor when using this version, is that correct, or is there some alternative?
Thanks.
Thanks for clarifying the situation.
Was hoping that the ChartGrid component could be accessed using the TeeChart Standard Commercial version. I guess that means that there is no way to access and modify chart data values other than through the editor when using this version, is that correct, or is there some alternative?
Thanks.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Which components are provided with TeeChart VCL Standard?
Hi Rich,
Yes, that's true at design-time. However, you can do it at run-time:
Or try to bind a standard Delphi TDBGrid to a TeeChart series. You'll probably need an intermediate dataset.
Yes, that's true at design-time. However, you can do it at run-time:
Code: Select all
Series1.YValue[10]:=100;
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 |