I just started to use the ZedGraph control. May I know is it possible to show tooltip in line graph for every individual point? If possible, can anyone show me the method? Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I just started to use the ZedGraph control. May I know is it possible to show tooltip in line graph for every individual point? If possible, can anyone show me the method? Thanks
Ok
Thx
Hi,
To enable tooltips, you use ZedGraphControl.IsShowPointValues = true. There's no built-in way to show all the tooltips at one time.
John
Up :)
Hello
It's possible today with ZedGraph 4.5.1 with Farmework 1.1 ?
I would like to show Tooltip on all line of the graph "Recouvrement".
Sreenshot :
http://www.casimages.com/img.php?i=070724022610908482.jpg
Thank you
Currently, the tooltips are only implemented for Points, not the line segments that connect the points.
John