CHINT mouse over hinted data
If you have set a hint on any data element:
then you will be notified with a CHINT event whenever the mouse is moved over a hinted data item.
The message will report:
- chart id (string) e.g. 2001 forecast
- series id (string) e.g. budget or null if you dont set it
- row,col of the item in the original dataset (if you plot a simple vector then col is always = 1) as integer pair
- hint text as string e.g. Provisional data only
You would probably use this information to update a hint in your applications status bar.
See also ...
ch.Hint add data hints
Continue to: CHREF chart hypertext jump
© Copyright Causeway Graphical Systems Ltd 2003