Skip to content

Adding tooltips to data points #495

Discussion options

You must be logged in to vote

Hey,

take a look at our samples, for example the MultipleAxesSample which shows how to use the DataPointTooltip plugin. Your approach does not work because chartfx doesn't instantiate a node for each data point for performance reasons but instead uses the Graphics context directly. If you need to customise the tooltip, you can do so by overriding the default Implementation.

Hope this helps,

Alex

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by simonalexander2005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants