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

[Charts, CategoryAxis] Forced label rotation of 90deg could be dermined to be one of (90, 270) based on original rotation

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8
    • javafx
    • netbeans windows 7

      Not sure if this is for all chart types, i'm using a scatterchart and when my x axis is a NumberAxis I can use the ticklabelrotation method, but when it is a CategoryAxis I can still use the method but it doesn't show on the plot itself. seems to be overridden by internal smarts to show text horizontally or vertically.

      to be clear
      javafx.scene.chart.CategoryAxis;
      javafx.scene.chart.NumberAxis;
      javafx.scene.chart.ScatterChart;

      example usage
      ScatterPlot.getYAxis().setTickLabelRotation(75);
      ScatterPlot.getXAxis().setTickLabelRotation(75);

            Unassigned Unassigned
            sbouterjfx Sam Bouter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Imported: