MindFusion.Charting Programmer's Guide

PieChart.Pie3DTension Property

See Also
 





Specifies the flatness of 3D pies.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int Pie3DTension { get; set; }

Visual Basic  Copy Code

Public Property Pie3DTension As Integer

 Property Value

An int value that specifies the flatness.

 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