Jump to content
Software FX Community

Tool Tip Text


User (Legacy)

Recommended Posts

Hi,

I use the ChartFX GetTip event to show a custom tool tip text. The event

contains the following code:

If nHit = 4 Then

With ChartFX1

Let .HText = .Legend(nPoint) & vbCrLf & _

.Series(nSerie).Legend & vbCrLf & _

.Value(nPoint) & " " & _

.Axis(ChartFX1.Series(nSerie).YAxis).Title

End With

End If

When I move the mouse over a bar in the chart, the tool tip text of the

first series is shown for all series.

Best regards,

Thorsten Blawatt

Link to comment
Share on other sites

Sorry for this stupid question.

I have used ".value" instead of ".valueex".

Best regards,

Thorsten Blawatt

"SoftwareFX Support" <support@softwarefx.com> schrieb im Newsbeitrag

news:mZuKCitrDHA.1896@WEBSERVER1...

> What is nSerie and nPoint ? How is the vent being captured ?

>

> It looks like nSerie and nPoint are simply NOT defined and therefore they

> are ZERO (VB Script defaults all variables to zero).

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...