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;
TChart not showing series
Re: TChart not showing series
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TChart not showing series
Yeray,
Your suggestion worked. Thanks!
Your suggestion worked. Thanks!