ikasinath 0 Posted March 14, 2007 Report Share Posted March 14, 2007 can one of the members kindly post a code snippet to enable tooltip. The online documentation might be incorrect - [see online documentation snippet] to enable tooltip - [C#]radialGauge1.ToolTip = false;to add tooltip[C#]myGauge.ToolTip = "Pressure Gauge"; Thanks,Iyer Quote Link to post Share on other sites
IGSFX 0 Posted March 14, 2007 Report Share Posted March 14, 2007 There is actually an error in the ToolTipEnabled property documentation. It should read like this: To enable tooltips for a gauge:[C#]radialGauge1.ToolTipEnabled = true; On another note, the ToolTip property supports a literal (e.g. "Pressure Gauge") but also provides a way to show the indicator value through the use of macros: %v: MainIndicator%v[<scale index>, <indicator index>]: specific indicator for a specific scale, e.g. %v[0, 1] second indicator of main scale (scale 0). Thank you for reporting this documenation issue. Quote Link to post Share on other sites
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.