Forum


Replies: 5   Views: 3673
Replacechartdata only replacing existing data
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by tech@hurdman.ca  · 08-01-2015 - 19:41

Hi, I have a chart that has four data points, 2012, 2013, 2014, and 2015. However, the live table may or may start in any year, and go for any number of years, anywhere from 1 to 100. However, when I try to use the ReplaceChartData method, it seems to only replace the data points that exist on the X axis. Is there any way to put all of the data in? If I manually edit the data, then I can put all of it in.