https://bz.apache.org/bugzilla/show_bug.cgi?id=63421
Alain Fagot Bearez <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #3 from Alain Fagot Bearez <[email protected]> --- Rather than using the low-level API calls as suggested in comment #2, the XDDFScatterChartData object also offers direct access to the method setVaryColors where you can disable the default behaviour. Could you try in your code? XDDFScatterChartData data = (XDDFScatterChartData) chart.createData(ChartTypes.SCATTER data.setVaryColors(false) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
