Goal:
Customization of chart from 2D to 3D in MS Dynamics CRM 2011
Step 1 : The first thing we’ll need to do is select the chart you want to modify in CRM.
Step 2 : click Export Chart to get the XML definition for the chart.
Step 3 : Save the Exported file
Step 4 : Open the XML file in the editor of your choice
Step 5 : Inside the tag find details about the
Step 6 : To use 3D charts, set the respective chart area’s Area3DStyle.Enable3D property to True.
Step 7 :Once save the XML file and import it into a CRM chart, the chart will converted to 3D view in CRM.