Jump to content
Software FX Community

Maps help


DMLane

Recommended Posts

I guess I a a dummy. I can't figure out how to use the map tool from the examples or the help stuff. All want to do is show a quantity for each county on a map. I cant get it to work by dragging the chart and ading map ext and binding to table that has two field county name and a quantity. Data does display in grid how do I get it on map?

Link to comment
Share on other sites

It should be pretty straight forward. Did you follow the examples in the Programmer's guide? Basically all you have to do is set up your data so that the labels are each of the counties. Turn on the DataGrid (DataGrid.Visible = true) and see whether the county names are there. If they are all you are missing is to define the rules by which you want to color each county. This is done though the use of conditional attributes and it is also discussed in the Programmer's guide.

If you have any specific questions please let me know.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...