public abstract class Axis<T>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Base class for all axes in JavaFX that represents an axis drawn on a chart area. It holds properties for axis auto ranging, ticks and labels along the axis.

Some examples of concrete subclasses include NumberAxis whose axis plots data in numbers and CategoryAxis whose values / ticks represent string categories along its axis.

extends Region

Since:  JavaFX 2.0