A pie chart.

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

Syntax

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

Remarks

The angle of the first slice is determined by the attribute "Reference".

Pie is derived from Axis, because it defines its own mapping to device space.

Inheritance Hierarchy

See Also