JavaFX Tutorial : Adding Line Chart to your program

preview_player
Показать описание
This video explains how to Add a Line chart/ Line Graph to your JavaFX program. A line chart takes data as XYChart.Series.

The line chart is often used to illustrate the dynamics of data over a particular interval of time.

- Genuine Coder

#JavaFX
#LineChart
#Tutorial
Рекомендации по теме
Комментарии
Автор

Nice video, but that background noise was so annoying .. :(

adibzadeh
Автор

Thanks for the tips - got it working. Just a suggestion though -  how about getting a better quality mic? A USB mic and a little boom stand to hold the mic in front of you plus probably a pop shield would do wonders for the sound quality :-)

philipmumford
Автор

Thanks, is very usefull and clear for beginers and other.

gabone
Автор

I am getting an error saying that "non-static method getData() cannot be referenced from a static context
where X, Y are type-variables:
X extends Object declared in class XYChart
Y extends Object declared in class XYChart"
I know what it means but I cannot understand why. Any ideas? My code is very similar if not identical to yours. Will keep looking and try to fix the problem.

Edit: For some reason running it in a new file worked, so I'll keep looking

bens
Автор

simple and to the point. Nice, thanks a lot.

spange
Автор

If it wasn't for NVIDIA BroadCast that background noise would have killed me. LOL, Thanks Nvidia.

yourlinuxguy
Автор

Can we somehow save this graph as an image?

shubhamchawla
Автор

thank guy, how i can detal for each lines?

lapnghiepshopee
Автор

I want to use the Line Chart but i want it to be like I will put the values in a text field and it will automatically update the line chart. And I also want to implement it with mysql. Do you know how to do it?

nikolo
Автор

Thank you, when use fxml we don't need to use "new"

luudongoc