MindFusion.Charting Programmer's Guide
PieChart.Pie3DTension Property
See Also
 





Specifies the flatness of 3D pies.

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

 Syntax

C#  Copy Code

public int Pie3DTension { get; set; }

Visual Basic  Copy Code

Public Property Pie3DTension As Integer

 Property Value

An int vaue that specifies the tension for 3D pies as percent from RadiusLength. Values range from 0 to 100.

 Remarks

The property specifies the flatness of pies, that are 3D. The bigger the Pie3DTension, the flatter the pie. The property value should be between 0 and 100.

Generally, thick pies look better with bigger 3D tension and thin pies with a small one. Check the Pie3DThickness property for more details.

Default value for the Pie3DTension is 25.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WinForms Namespace