In JavaFX's documentation, oracle has mentioned that:
JavaFX Charts API is a visual centric API rather than model centric.
What does it mean exactly? what is the definition of visual centric API and model centric api?
Oracle's link can be found from here and If it is possible describe it with an example.