TChart not showing series

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Ken
Newbie
Newbie
Posts: 5
Joined: Mon Aug 25, 2014 12:00 am

TChart not showing series

Post by Ken » Fri Feb 27, 2015 1:53 am

I'm using XE7, C++, TeeChart Pro 2015.14.150120, FMX targeting Android.
I drop a TChart on the form, build, resolve lib paths*, run, and observe the chart on the device.
I edit the TChart on the form, add a bar series in the Master View, Verify the Chart in the Android View, build, run and the chart is displayed without the series.
What am I doing wrong?

*I added the following to Library path:
C:\Program Files (x86)\Steema Software\TeeChart 2015 for RAD XE7\Delphi21.android\Lib\;
C:\Program Files (x86)\Steema Software\TeeChart 2015 for RAD XE7\Delphi21.android\Lib\obj;

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

Re: TChart not showing series

Post by Yeray » Fri Feb 27, 2015 3:52 pm

Hi Ken,

Check your series is populated.
Note at design time it could look as populated just after adding it, but if you don't set "Series\Data Source" to "Manual", the data isn't stored in the .fmx and it isn't used at runtime.
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

Ken
Newbie
Newbie
Posts: 5
Joined: Mon Aug 25, 2014 12:00 am

Re: TChart not showing series

Post by Ken » Fri Feb 27, 2015 7:17 pm

Yeray,
Your suggestion worked. Thanks!

Post Reply