User (Legacy) Posted November 5, 2003 Report 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
Software FX Posted November 6, 2003 Report 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.