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.{web-only:To see what this looks like, go to our online documentation:}!pie5.jpg!

Pie3D

Pie chart with a 3-dimensional visual effect.{web-only:To see what this looks like, go to our online documentation:}

PieExploded

Exploded pie chart. Displays the contribution of each value to a total while emphasizing individual values.{web-only:To see what this looks like, go to our online documentation:}!pie3.jpg!

PieExploded3D

Exploaded pie chart with a 3-dimensional visual effect.{web-only:To see what this looks like, go to our online documentation:}

PieOfPie

Pie of pie chart. Pie with user-defined values extracted and combined into a second pie.{web-only:To see what this looks like, go to our online documentation:}!pie2.jpg!

StandardPie

Standard pie chart. Compares the contribution of each value to a total.{web-only:To see what this looks like, go to our online documentation:}