Page 1 of 1

TChart not showing series

Posted: Fri Feb 27, 2015 1:53 am
by 16470066
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;

Re: TChart not showing series

Posted: Fri Feb 27, 2015 3:52 pm
by yeray
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.

Re: TChart not showing series

Posted: Fri Feb 27, 2015 7:17 pm
by 16470066
Yeray,
Your suggestion worked. Thanks!