Search found 1 match

by saravana
Thu Jul 23, 2020 7:29 pm
Forum: JFreeChart
Topic: XYLineChart Scaling Higher in open JDK 14 compare to open JDK 1.8
Replies: 0
Views: 5718

XYLineChart Scaling Higher in open JDK 14 compare to open JDK 1.8

Hi, I ma using jfreechart 1.0.19. I have create XYLineChart and added into SWT composite using below code: Composite chartComposite = new Composite(parent, SWT.EMBEDDED); GridData gd_chartComposite = new GridData(SWT.FILL, SWT.FILL, true, true); chartComposite.setLayoutData(gd_chartComposite); Frame...