Jump to content
Software FX Community

Custom Mouse Over


User (Legacy)

Recommended Posts

When l mouse over a point the value is displayed, how can l change this to a 

custom message defined by me.

Example.

Currently l mouse over a point and the message is "Maximum Speed

02-Sept-2006 1.00pm 110.00".

I would like to be able to edit the message to read "Truck XX at

02-Sept-2006 1.00pm had a maximum speed of 110khp"

Link to comment
Share on other sites

Can you give me an example of Chart.GetTip event the docs don´t give much 

info.

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:icDPu6U6GHA.3844@webserver3.softwarefx.com...

> There are two ways of customizing this message:

>

> 1) Chart.ToolTipFormat property

>

> 2) Chart.GetTip event.

>

> Please check docs. for details.

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

The GetTip event is Client-Side so it can only be used if you are using the 

.NET Client control (RenderFormat = .NET) and you have full-trust granted to

the control.

For information on how to trap Client-Side events please refer to the

following KB article:

Q7641001. Scripting the .NET Client Control

URL:

http://support.softwarefx.com/ShowArticleSep.aspx?Type=KB&Product=CfxNet62&Source=http://support.softwarefx.com/kb/764/1/001.htm?_r=1

If you are generating an image you need to do it using the ToolTipFormat

property.

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...