Search found 2 matches

by zoltanik
Sun Mar 04, 2018 10:47 am
Forum: JFreeChart
Topic: Y axis numbers dissapeared
Replies: 1
Views: 5260

Y axis numbers dissapeared

Hello, I'm building few charts the same way but some of them is not showing the y axis ticks. Any idea why? I cant know the charts range before. It can be negative\positive numbers, can be very small, or large numbers. This is my code: JFreeChart chart = ChartFactory.createXYLineChart( chartName, ""...
by zoltanik
Tue Feb 21, 2017 4:09 pm
Forum: FXGraphics2D
Topic: Simple line chart example
Replies: 1
Views: 25382

Simple line chart example

I tried to find simple line chart example (2D) for javafx, but i didn't succeed to find one.
I tried ti look in the demoes and searched in google, but with out any success...
Could anyone direct me for an example code or something that can helps?