Hi icm63,
The tooltip box is not rendered by ChartDirector. ChartDirector only provides the contents to be used in the tooltips. The tooltip boxes may be automatically rendered by your browser, or may be created with your own HTML/Javascript code, or may be created with some third party library you are using.
Similary, the mouse cursor is not rendered by ChartDirector. It is probably rendered by your operating system.
As far as I know, in most operating systems, the mouse cursor is always on top of everthing. May be you can refer to the documentation of your operating system to see if it is possible to draw things over the mouse cursor.
Regards
Peter Kwan |