MindFusion.Charting Programmer's Guide

PieChart.PieType Property

See Also
 





Gets or sets the type of the pie chart to be drawn.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public PieType PieType { get; set; }

Visual Basic  Copy Code

Public Property PieType As PieType

 Property Value

One of the PieType enumeration values.

 Remarks

The property specifies the type of the pie chart drawn. The type of the pie chart is set by its declaration in the constructor. When it is changed dynamically, it should be noted that some pie types need different settings than others.

 See Also