TooltipOnData Event

Introduction

 

ToolTips Property images/cons0001.png


 

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

Constant

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

All ToolTip Routines



TooltipOnData Event

 

 

Last modified on: Friday, August 16, 2002