Hi,
I am trying to show unemployment rate on US map. I am currently made it up and running by following the sample given in igSamples folder on Map and Map layer composite chart. But the problem is, I want to display the state name and % rate also on the map.
by following the sample I can show only state name and un-employment rate when the hover on the state. but I want to show without hoovering also
How do I do that ?
thanks
find the source code for the map layer. on my machine it's here:
C:\Users\Public\Documents\Infragistics\NetAdvantage for .NET 2008 Vol. 3 CLR 2.0\Samples\ASP.NET\App_Code\CS\WebCharts\Customization\MapLayer\MapLayer.cs
you can modify that source to add Text primitives to the SceneGraph along with the Polygon primitives that are already added.
Thanks for the reply. But as I mentioned in my post, I used the same sample and I customized it for my needs [I added counties also to US map ], it works great . But I need to show state name on the state and Legend at the botton.
whatever text or graphics you need to add can be added to the SceneGraph in the Map Layer's implementation of the FillSceneGraph method.