Jump to content
Software FX Community

TipMask in Map Object


User (Legacy)

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...