# Pie Charts
Updated: 1/19/2021, 8:38:14 PM
Created: 1/19/2021, 8:38:14 PM
Last Updated By: Ryan Medina
Read Time: 1 minute(s)
A pie chart widget can be created using the following widget types:
- FC2DPIE - 2-dimensional Pie Chart
- FC3DPIE - 3-dimensional Pie Chart
- FCDOUGHNUT2S - 2-dimensional Doughnut Chart
The following variables are used to define a pie chart widget:
W$PIE.LABELS | VM-Array of labels for each pie slice. |
W$PIE.VALUES | VM-Array of values for each pie slice. |
W$PIE.VALUE.OPTS | VM-Array of Optional Parameters associated with each pie slice. |
W$PIE.CAPTION | Text caption for the pie chart itself. |
W$PIE.COLORS | VM-Array of color choices to override default colors. |