Print Routines

Introduction

 

Tooltip Routines


 

Flipper Graph Control allows you to have tooltips appear in certain instances. For example, you may want the user to see the exact value, at a certain point on the graph*, when moving the mouse over that point. If the tooltips are enabled, the control will automatically generate a default tooltip for the object. In addition the TooltipOnData or TooltipOnObject event will be fired to give you control over the tooltip caption. Once you modify the tooltip, you can send the updated tooltip string to the control through the PassLabelBack method, and the tooltip will be displayed.

 

* 3D graphs will not return the exact value of a point as the two dimensional movement of the mouse can not be uniquely translated into 3D space.

 

 

ToolTips Property

Enables/disables the tooltips.

TooltipOnData Event

This is fired when the mouse is moved over a point of data (like line, bar, etc.)

TooltipOnObject Event

This is fired when the mouse is moved over an object (like axis, frame, circle, etc.)


 

See Also

Axis Routines, Column Routines, Data Routines, Font Routines, Graph Routines, Legend Routines, Miscellaneous Routines, Object Routines, Picture Routines, Pie Routines, Print Routines, Tooltip Routines

 



Print Routines

 

 

Last modified on: Friday, August 16, 2002