Duane Napier's Blog

Microsoft Dynamics CRM

  • Follow Duane Napier's Blog on WordPress.com

How to create a 3D chart in CRM 2011

Posted by duanenapier on November 11, 2011

In CRM 2011 there is a rather simple way to make a chart 3D. After you have created the chart in the CRM editor you will follow 4 steps:

  1. Export the desired chart.
  2. Open the XML file and enter a line of XML code in a specific location in the file.
      What XML you need to enter in the file:

    • <Area3DStyle Enable3D=”true” />
    • Where will you need to enter this in the chart XML file (between the ending tags for the axis and chartarea nodes):

    • </AxisX>
    •  <Area3DStyle Enable3D=true />
    • </ChartArea>
  3. Import the chart XML file back into CRM
  4. Publish the customizations.

Leave a comment