|
|
|
This property turns tooltips on and off. There are two types of tooltips: data and object. They can be turned on and off separately.
Syntax
FlpGrf.ToolTips = value
The ToolTips property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph Control object. |
|
value |
Type of tooltips to turn on or off. |
Settings
|
Value |
Description | |
|
flpOff |
0 |
Turns the tooltips off |
|
flpTipsOnData |
1 |
Tooltips will appear on data, such as point values |
|
flpTipsOnObjects |
2 |
Tooltips will appear on objects, such as lines, axis, etc |
|
flpTipsConstantUpdate |
4 |
Tooltips with constant update feature |
Remarks
The setting is a bitwise value.
See Also
![]() |
Last modified on: Friday, August 16, 2002