TooltipOnData Event

Introduction

 

TooltipOnObject Event


 

This event is fired when a tooltip is about to display and the ToolTips property has been set to enable the object tooltips. This event (along with the PassLabelBack method) will allow you to modify the tooltip according to your needs, before it is displayed.

 

Syntax

FlpGrf_TooltipOnObject( ByVal GraphSource As Integer, ByVal ObjectType As Integer, ByVal ObjectNumber As Integer, ByVal ObjectRef As Integer, ByVal ToolTipText As String )

 

The TooltipOnObject Event has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph Control object.

GraphSource

The number of the graph that initiated the event.

ObjectType

The object that initiated the event.

ObjectNumber

The object number of the object initiating the ToolTip.

ObjectRef

Axis number for object associated with an axis, like its titles or scales.

     If an object is a legend, returns the column.

     For objects (i.e. rectangles, circles, etc.), returns object number

ToolTipText

The current text of the tooltip.

 

Remarks

Please, try to keep the code in this event as optimized and as fast as possible, as it is fired every time a ToolTip is about to display.

Do not forget to use the PassLabelBack method to update the text on the ToolTip.


 

 

All ToolTip Routines, ToolTips Property, TooltipOnData Event, TooltipOnObject Event



TooltipOnData Event

 

 

Last modified on: Friday, August 16, 2002