Which components are provided with TeeChart VCL Standard?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Rich
Newbie
Newbie
Posts: 2
Joined: Fri May 23, 2014 12:00 am

Which components are provided with TeeChart VCL Standard?

Post by Rich » Tue Jun 03, 2014 4:04 pm

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.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Which components are provided with TeeChart VCL Standard?

Post by Yeray » Thu Jun 05, 2014 8:48 am

Hello,

We're investigating where the problem resides.
Thanks for reporting it.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Which components are provided with TeeChart VCL Standard?

Post by Yeray » Fri Jun 06, 2014 3:03 pm

Hello,

We've revised and corrected the feature matrix.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Rich
Newbie
Newbie
Posts: 2
Joined: Fri May 23, 2014 12:00 am

Re: Which components are provided with TeeChart VCL Standard?

Post by Rich » Fri Jun 06, 2014 3:36 pm

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.

Narcís
Site Admin
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?

Post by Narcís » Fri Jun 06, 2014 8:02 pm

Hi Rich,

Yes, that's true at design-time. However, you can do it at run-time:

Code: Select all

  Series1.YValue[10]:=100;
Or try to bind a standard Delphi TDBGrid to a TeeChart series. You'll probably need an intermediate dataset.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply