MindFusion WinForms Programmer's Guide
PieChart.Pie3DThickness Property
See Also
 





Specifies the height of 3D pies.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public float Pie3DThickness { get; set; }

Visual Basic  Copy Code

Public Property Pie3DThickness As Single

 Property Value

A float value that specifies the thickness for 3D pies, in points.

 Remarks

The property indicates how thick (tall) the 3D pie is. The flatness of a 3D pie is specified with Pie3DTension. Generally, a thick pie looks better with bigger 3D tension and a flat pie with a small one.

Default value for the Pie3DThickness is 20.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WinForms Namespace