One wedge of a pie chart.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class PieSlice : Data
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PieSlice _
	Inherits Data
Visual C++
[SerializableAttribute]
public ref class PieSlice : public Data

Remarks

Pie creates PieSlice objects as its children, one per pie wedge. A specific slice can be retrieved using the method GetPieSlice(Int32). All of the slices can be retrieved using the method GetPieSlice()()().

The drawing of the slice is controlled by the fill attributes (specified with FillType) in this node.

Inheritance Hierarchy

See Also