PieGetPieSlice Method (Int32) |
Returns a specified PieSlice.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual PieSlice GetPieSlice(
int index
)
Public Overridable Function GetPieSlice (
index As Integer
) As PieSlice
public:
virtual PieSlice^ GetPieSlice(
int index
)
abstract GetPieSlice :
index : int -> PieSlice
override GetPieSlice :
index : int -> PieSlice
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