Hi,

unfortunately support for charts is not very elaborate at the moment.
You can maybe get a glimpse on the required changes in the XML format
by doing the minimal necessary changes in Excel and saving the
document in a second file.

Then the DevTool OOXMLPrettyPrint (available in the POI sources) can
help making the two files easier to diff so you can find out which
changes are required. BTW, the .xlsx files are internally just zips,
some diff-tools support comparing them directly if configured
correctly, e.g. BeyondCompare.

Thanks... Dominik.

On Thu, May 14, 2015 at 7:36 AM, Brad Curfman <wcurf...@hotmail.com> wrote:
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to