Jump to content
Software FX Community

leila.benakezouh

Members
  • Posts

    3
  • Joined

  • Last visited

leila.benakezouh's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, The printing functionnalities provided bu the graphics (using the print button in menu bar og the graphics) work well. I need to print a report that contains data and also graphics. I put each part in a JComponent but when I try to print it using a print method related to the main component (without using the print method of the graphics), the graphic do not appear on the printed page. The main component I need to print (that corresponds to a general report containing textual data and graphics) is on multiple pages and the graphic can be on the middle or on the end of the report so it is not displayed (the JPanel that contains he graphics is empty). How can I print the graphics without using their own printing functions??? Best regards
  2. Hi, We need to handle mousse clicks on our charts (scatter plots and bar charts) and depending on the bar or plot chosen, our application will react differently. To do this, we need to know which plot or bar has been clicked by the user (using a listener that allows us to parse the event source and get the exact event point in the chart). In the Programmer's Guide, there is an exemple (in the part End User Experience >DrillDown) that uses a listener that extends " com.softwarefx.chartfx.client.HitTestListener" and listens to "HitTestEvent ". Can you explain us how this listener works and what is this specific event ??? Why this exemples are not provided with the package ? PS: I should mention that the javadoc API is not complete. Some resources are missing (they reference a absolute path).
  3. Hi, We are using ChartFx for java desktops and we need to display specifi labels on a scatter plots chart. In fact, we need to put a label on each plot. Thank you for your help. PS: we bought ChartFx for java desktops but received exactly the same package as the Beta version. Do you have some extra examples using your charts ?
×
×
  • Create New...