Click or drag to resize
PieGetPieSlice Method (Int32)
Returns a specified PieSlice.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual PieSlice GetPieSlice(
	int index
)

Parameters

index
Type: SystemInt32
An int specifying the pie slice to return.

Return Value

Type: PieSlice
A PieSlice which contains the specified slice.
Remarks
The "PieSlice" attribute is a 0 based index array.
See Also