< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/chart/ValueAxis.java

Print this page

        

*** 249,259 **** minorTickPath.getStyleClass().add("axis-minor-tick-mark"); getChildren().add(minorTickPath); } /** ! * Create a non-auto-ranging ValueAxis with the given upper & lower bound * * @param lowerBound The lower bound for this axis, ie min plottable value * @param upperBound The upper bound for this axis, ie max plottable value */ public ValueAxis(double lowerBound, double upperBound) { --- 249,259 ---- minorTickPath.getStyleClass().add("axis-minor-tick-mark"); getChildren().add(minorTickPath); } /** ! * Create a non-auto-ranging ValueAxis with the given upper &amp; lower bound * * @param lowerBound The lower bound for this axis, ie min plottable value * @param upperBound The upper bound for this axis, ie max plottable value */ public ValueAxis(double lowerBound, double upperBound) {
< prev index next >