Class NumberAxis

java.lang.Object
All Implemented Interfaces:
Styleable, EventTarget

public final class NumberAxis extends ValueAxis<Number>
An axis class that plots a range of numbers with major tick marks every tickUnit. You can use any Number type with this axis.
Since:
JavaFX 2.0