Hi,
The best accepted feature in crm2011 is the Charts used by its MSChart component.
We can easily make the 2d charts into 3d just adding the a simple tag.
Thanks to Jukka Niiranen for the valuable due diligence.
1. just create your chart.
2. export it, this will just give one xml file.
3. put the line <Area3DStyle Enable3D=”True” LightStyle=”Realistic” WallWidth=”5″ IsRightAngleAxes=”true” /> just before </ChartArea> tag.
4. then import it.
5. thats it
The best accepted feature in crm2011 is the Charts used by its MSChart component.
We can easily make the 2d charts into 3d just adding the a simple tag.
Thanks to Jukka Niiranen for the valuable due diligence.
1. just create your chart.
2. export it, this will just give one xml file.
3. put the line <Area3DStyle Enable3D=”True” LightStyle=”Realistic” WallWidth=”5″ IsRightAngleAxes=”true” /> just before </ChartArea> tag.
4. then import it.
5. thats it
Sudhanshu
No comments:
Post a Comment