IMSL C# Numerical Library

Pie.GetPieSlice Method (Int32)

Returns a specified PieSlice.

public virtual PieSlice GetPieSlice(
   int index
);

Parameters

index
An int specifying the pie slice to return.

Return Value

A PieSlice which contains the specified slice.

Remarks

The "PieSlice" attribute is a 0 based index array.

See Also

Pie Class | Imsl.Chart2D Namespace | Pie.GetPieSlice Overload List