User (Legacy) Posted February 15, 2006 Report Share Posted February 15, 2006 Hello, What are the variables I can use TipMask for on the Map object. Ideally i'd like my tooltip for a region to say something along the lines of <Region Name>: <Value>. Is this possible? Thanks Simon Link to comment Share on other sites More sharing options...
Software FX Posted February 16, 2006 Report Share Posted February 16, 2006 Simon, The documentation for the TipMask property is the same. http://support.softwarefx.com/OnlineDoc/CfxNet62//WinAPI/ChartCore_TipMask.htm In your case <Region Name> is just the legend value So your solution will be map.TipMask = "%l : %v"; the %l ( that is a lower case L) is for the Legend and the %v is for the Value In a multi series map the winner series will be shown. The only thing you can't do, as far as I remember right now, is show the value for the SVGText. Hope this helps. -c "simon venturi" <simon@moodia.com> wrote in message news:JbhhBinMGHA.1292@webserver3.softwarefx.com... > Hello, > > What are the variables I can use TipMask for on the Map object. Ideally > i'd like my tooltip for a region to say something along the lines of > <Region Name>: <Value>. > > Is this possible? > > Thanks > > Simon > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.