MindFusion.Charting Programmer's Guide

PieChart.Pie3DThickness Property

See Also
 





Specifies the height of 3D pies.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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 height.

 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