Example usage for Java javafx.scene.chart NumberAxis fields, constructors, methods, implement or subclass
The text is from its open source code.
NumberAxis() Creates an auto-ranging NumberAxis. | |
NumberAxis(double lowerBound, double upperBound, double tickUnit) Creates a non-auto-ranging NumberAxis with the given upper bound, lower bound and tick unit. |