In powerpoint the lines connecting the two columns in the image below are called series lines. Is it possible to create these via python-pptx?
Asked
Active
Viewed 39 times
0
-
see this https://stackoverflow.com/questions/30821917/how-to-change-add-chart-data-series-in-python-pptx – Shan Ali Aug 28 '19 at 10:19
-
There is currently no API support for series lines in `python-pptx`. If you want these you'll need to manipulate the underlying XML using a so-called "workaround function". – scanny Aug 28 '19 at 16:48