Spread Windows Forms 18 Product Documentation / Developer's Guide / Chart Control / Understanding Charts / Plot Types / Pie Plot Types
In This Topic
Pie Plot Types
In This Topic

A pie plot area contains series that have values in one dimension. When visualized in two dimensions, a pie plot area takes the form of a circle (or partial circle). When visualized in three dimensions, a pie plot area takes the form of a disk (or partial disk).

The following image displays a three dimensional chart:

Doughnut Chart, example of a pie plot

You can have any of these types of Pie plots.

For details on the API, see the PiePlotArea class.

See Also