Returns a specified PieSlice.

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

Syntax

C#
public virtual PieSlice GetPieSlice(
	int index
)
Visual Basic (Declaration)
Public Overridable Function GetPieSlice ( _
	index As Integer _
) As PieSlice
Visual C++
public:
virtual PieSlice^ GetPieSlice(
	int index
)

Parameters

index
Type: System..::.Int32
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