Enumerations for pie chart types

 public sealed class Pie : ChartPrototype
Public NotInheritable Class Pie
		Inherits ChartPrototype

Name

Description

BarOfPie

Bar of pie chart. Pie with user-defined values extracted and combined into a stacked bar.

!pie5.jpg!

Pie3D

Pie chart with a 3-dimensional visual effect.

!pie1.jpg!

PieExploded

Exploded pie chart. Displays the contribution of each value to a total while emphasizing individual values.

!pie3.jpg!

PieExploded3D

Exploaded pie chart with a 3-dimensional visual effect.

!pie4.jpg!

PieOfPie

Pie of pie chart. Pie with user-defined values extracted and combined into a second pie.

!pie2.jpg!

StandardPie

Standard pie chart. Compares the contribution of each value to a total.

!pie0.jpg!