IMSL C# Numerical Library

Pie Class

A pie chart.

For a list of all members of this type, see Pie Members.

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.Axis
            Imsl.Chart2D.Pie

public class Pie : Axis

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

Pie Members | Imsl.Chart2D Namespace | Example