September 2011
Intermediate to advanced
1008 pages
24h 27m
English
Charts are in the CRM SDK referred to as visualizations. The reason for this is that there is a tricky way to add other kind of charts by writing a little code. You can have charts that are actually web resources that will be displayed side-by-side with the grid. For example, you could show a Bing Map control in the visualization area instead of a chart. To do this, you need to create a simple XML file where you give it a name, a description, the name of the web resource you want to use, the primary entity where you want the visualization to be displayed, and whether it will be the default visualization for the entity. Here is an example of the XML file you would need to create for this:
<visualization> <name>BingMaps</name>