BarChart overrides NumberAxis settings

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • None
    • Affects Version/s: fx2.0
    • Component/s: javafx
    • Environment:

      b41

      In the app I explicitly set both upper and lower bounds and also tick unit for the BarChart axis:

              numberAxis.setLowerBound(-100.0F);
              numberAxis.setUpperBound(300.0F);
              numberAxis.setTickUnit(100.0F);

      After it is rendered the values change:


      getLowerBound = -150.0, getUpperBound = 350.0, getTickUnit = 50.0

            Assignee:
            Parvathi Somashekar (Inactive)
            Reporter:
            Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: