D365 CRM: Make your charts 3D in CRM



  • Have you ever thought that your charts in Dynamics CRM would look way cooler if they were three-dimensional? If your answer is yes, then you will be thrilled to know that there is an easy way to do this without needing to know how to code. In today's blog, we will go through the steps needed to improve the look of your charts in minutes.
    -To get started, you will first want to open the existing chart that you want to make 3D in the chart pane. Go to a solution, select the chart and Export it:



    -Next, you will need to save the xml file of the chart to your Desktop. Once you have saved the file to your Desktop, you will want to select the xml file and open it in Visual Studio or Note Pad. Once open it should look something like this:

     
    -Now you will need to change an area of the code in order to make the chart 3D. Toward the bottom of the code, you will see the line (see highlighted box in the image above). Next, delete "false" from the line of code and replace it with "true". In case that tag not exists, add it by hand. Your line of code should now look like this:

     

    -Save your changes and then go back to the chart in your solution and select Import Chart.  
    -Select the xml file that you changed and then import the file.
    -You can replace it or create a new one. Publish the customizations and take a look of the results:

     

    Original Source:
    https://microsoft-business-applications.hcltech.com/tips-and-tricks/easily-make-your-charts-3-d-in-dynamics-crm/ 

    Enjoy it!


  • Comments



Add a Comment