IMSL C# Numerical Library

PieSlice Class

One wedge of a pie chart.

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

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.Data
            Imsl.Chart2D.PieSlice

public class PieSlice : Data

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

Pie creates PieSlice objects as its children, one per pie wedge. A specific slice can be retrieved using the method GetPieSlice. 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.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

PieSlice Members | Imsl.Chart2D Namespace