Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
523
Composite chart with US Map in it
posted

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

Parents
No Data
Reply
  • 28496
    Suggested Answer
    Offline posted

    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.

Children