Java javafx.scene.chart NumberAxis fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.chart NumberAxis fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.chart NumberAxis.

The text is from its open source code.

Constructor

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.

Method