-
Hi, First of all nice project, very easy to use and has a lot of potential. I am trying to disable the tooltip, I reviewed the documentation and now I am looking at the source code. I tried to change the constructor of the CartesianChart since it receives
Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
paulorb
Jan 6, 2022
Replies: 1 comment 1 reply
-
I found it cartesianChart.TooltipPosition = TooltipPosition.Hidden; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
beto-rodriguez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found it
cartesianChart.TooltipPosition = TooltipPosition.Hidden;