Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Enumerations for pie chart types{excerpt}
{signature:C#}
 public sealed class Pie : ChartPrototype
{signature}{signature:vb.net}
Public NotInheritable Class Pie
		Inherits ChartPrototype
{signature}
{values}
||Name||Description||
|{anchor:BarOfPie}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!{web-only}|
|{anchor:Pie3D}Pie3D|Pie chart with a 3\-dimensional visual effect.\{web-only:To see what this looks like, go to our online documentation:}!pie1.jpg!{web-only}|
|{anchor:PieExploded}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!{web-only}|
|{anchor:PieExploded3D}PieExploded3D|Exploaded pie chart with a 3\-dimensional visual effect.\{web-only:To see what this looks like, go to our online documentation:}!pie4.jpg!{web-only}|
|{anchor:PieOfPie}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!{web-only}|
|{anchor:StandardPie}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:}!pie0.jpg!{web-only}|