User (Legacy) Posted November 5, 2003 Report Share Posted November 5, 2003 Hi, I use cfx vers.5.0.10.4 in vb. How can I modify the tooltip which will be shown over a bar in the chart? Per default the tooltip contains: - Caption of Series - Caption of Legend - Value But I'd like to have: - Caption of Series - Caption of Legend - Value - Unit of Value Best regards, Thorsten Blawatt Quote Link to comment Share on other sites More sharing options...
Software FX Posted November 6, 2003 Report Share Posted November 6, 2003 You can use the ToolTipMask property to customize what information is to be displayed if the information is already in the chart. Check the help file for details. If the information you want to display is NOT in the chart (I think "Unit of Value" will fall into this category) you can capture the GetTip event and "on-the-fly" determine what the tool-tip for an specific point is. -- 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.