https://bz.apache.org/bugzilla/show_bug.cgi?id=63421

--- Comment #2 from David <daveoc...@gmail.com> ---
This problem can be solved disabling a color property: 

((XSSFChart)objChart).getCTChart().getPlotArea().getScatterChartArray(0)
                    .addNewVaryColors().setVal(false);

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to