Task 1. Create a Script to Display a Pie Chart Frame.

  1. Create a new script named "PieChartFrame" from the PieChartFrame.txt file in the workshop directory.
  2. Test the script to see that it creates a pie chart window like the ones we created in the last section, with the full functionality.
  3. Examine the script to see how it differs from the ones created in Part 1.

Task 2. Create a Script to Display a Pie Chart Only.

  1. Create a new script named "PieChart" from the PieChart.txt file in the workshop directory.
  2. Test the script to see that it creates a pie chart without the settable options, but with the properties accessed by right-clicking on the chart.
  3. Examine the script to see how it differs from the previous one.