Search found 1 match

by malvers
Thu Dec 06, 2018 9:23 am
Forum: JFreeChart
Topic: Chart Antialiasing question
Replies: 3
Views: 8172

Re: Chart Antialiasing question

Hi, "on my machine" this was not enough. This

Code: Select all

chart.setRenderingHints(
				new RenderingHints(RenderingHints.KEY_INTERPOLATION, RenderingHints.VALUE_INTERPOLATION_BILINEAR));
brought the desired result: smooth lines!