Gets or sets the type of the pie chart to be drawn. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public PieType PieType { get; set; } |
Visual Basic
![]() |
---|
Public Property PieType As PieType |
One of the PieType enumeration values.
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.