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

setAlternativeRowFillVisible(true) does not produce alternative rowFills

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8u20
    • javafx

      I have a simple example with a ScatterChart (but I think it can be reproduced on any XYChart).
      Calling setAlternativeRowFillVisible(true) on this chart does not result in alternative rowfills (as it did in JavaFX 2.x).
      I checked the code in XYChart.java and in layoutChartChildren, the isAlternativeRowFillVisible is indeed true, and a Path instance is created for the alternative rows. However, the fill value of this Path is null, and nothing is shown.

            Unassigned Unassigned
            jvos Johan Vos
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported: