Jump to content
JChartFX Community

jko

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by jko

  1. I'm generating 3 Pie Charts in a row, but i've come across a size issue.  When i set...

     chart_pie.getAllSeries().getPointLabels().setVisible(true);

     The Pie Charts are much smaller than they can/should be within the allocated space.  However, when i set the PointLabels to false... 

     

      chart_pie.getAllSeries().getPointLabels().setVisible(false);

     

    They appear in the proper size.  Is there a way around this so they can have Point Labels but appear in the proper size?  Thanks in advance.

    jko 

×
×
  • Create New...