MindFusion WinForms Programmer's Guide
PieType Enumeration
See Also
 





Specifies the possible type of pie chart that can be drawn.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum PieType

Visual Basic  Copy Code

Public Enum PieType

 Members

  Member name Description

Doughnut2D

Specifies that the chart drawn is a 2D (plain) doughnut.

Doughnut3D

Specifies that the chart drawn is a doughnut with 3D visual effect.

Pie2D

Specifies that the chart drawn is a plain (2D) pie.

Pie3D

Specifies that  the chart drawn is a pie with 3D visual effect.

 Remarks

This Enumeration represents the different types of pies that can be drawn. The pie type is set in the constructor of the PieChart class and can later be manipulated with the PieType property.

The thickness and tension for the pie / doughnut is specified with he Pie3DThickness and Pie3DTension properties. If pie data is too big, you can cancel it with DivisionCoef and DivisionLabel properties.

 See Also

MindFusion.Charting Namespace
PieChart Constructor