Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8128049

Chart Axis missing title visibility property

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • fx2.0
    • fx2.0
    • javafx
    • build 40, windows 7 (64bits)

      The Charts Axis API does not include provision for either showing or hiding Axis title label.
      Currently to hide the title you must set the axis title label to null.

      Axis xAxis = new NumberAxis('test", 0, 100, 10);
      xAxis.setLabel(null); // is currently the only way to set the visibility of the axis title to false...

      Missing property : BooleanProperty labelVisible
      Missing method : void setLabelVisible(Boolean boolean) into Axis

            psomashe Parvathi Somashekar (Inactive)
            skevinjfx Senechal Kevin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: