Class Axis<T>

java.lang.Object
Type Parameters:
T - the axis data type
All Implemented Interfaces:
Styleable, EventTarget
Direct Known Subclasses:
CategoryAxis, ValueAxis

public abstract class Axis<T> extends Region
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.

Since:
JavaFX 2.0