User (Legacy) Posted November 19, 2003 Report Share Posted November 19, 2003 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 Quote Link to comment Share on other sites More sharing options...
Software FX Posted November 19, 2003 Report Share Posted November 19, 2003 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. Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted November 20, 2003 Author Report Share Posted November 20, 2003 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. > > Quote Link to comment Share on other sites More sharing options...
Software FX Posted November 22, 2003 Report Share Posted November 22, 2003 Oops ! I didn't catch that one ! -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.