Replies: 2 comments 3 replies
-
As suggested here, you might want to look at |
Beta Was this translation helpful? Give feedback.
2 replies
-
This crude diagram I created manually, is what I wish to achieve. If there are helpful hints as to how this can be done, I am very appreciative. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a chart that displays occurrences of data, each of which I wish to mark with a callout having some detail for each point.
A small example would be a chart of limited-range frequencies, with data occurrences charted at points along the same vertical axis, each point marked by a callout providing detail for each.
I understand that this is probably an unconventional way to display data since only the vertical axis is needed here and all data points are on the same vertical axis.
Problem #1 how do I create the chart with only the vertical axis scale?
Problem #2 how do I create the callout for each charted point?
Problem #3 is there a way to associate the charted point with the callout detail in such a way that I can connect them with a drawn line (per the conventional callout display)?
Having asked this question on stackoverflow.com, I was directed here by one mentor.
This is my first foray into charting graphics with JavaFX and jFreeChartFX so this may be a newbie question. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions