I have successfully created an XLSX file containing line chart using POI, but
the rendered chart smooths out the lines. You can right click one of the lines
in the chart and disable the smoothing, but I need to generate an XLSX with
smoothing disabled on all lines. How can this be done? I can't find any API
methods available to set the smooth attribute. I did download the source and
try to modify the SeriesLabelsRecord class to force the smooth attribute to
false, but that didn't do anything. Any help is greatly appreciated.
Thanks,Brad