Class NumberAxis
- All Implemented Interfaces:
Styleable
,EventTarget
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Default number formatter for NumberAxis, this stays in sync with auto-ranging and formats values appropriately.Nested classes/interfaces declared in class javafx.scene.chart.Axis
Axis.TickMark<T>
-
Property Summary
PropertiesTypePropertyDescriptionfinal BooleanProperty
When true zero is always included in the visible range.final DoubleProperty
The value between each major tick mark in data units.Properties declared in class javafx.scene.chart.ValueAxis
lowerBound, minorTickCount, minorTickLength, minorTickVisible, scale, tickLabelFormatter, upperBound
Properties declared in class javafx.scene.chart.Axis
animated, autoRanging, label, side, tickLabelFill, tickLabelFont, tickLabelGap, tickLabelRotation, tickLabelsVisible, tickLength, tickMarkVisible
Properties declared in class javafx.scene.layout.Region
background, border, cacheShape, centerShape, height, insets, maxHeight, maxWidth, minHeight, minWidth,