Returns the PieSlice objects.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual PieSlice[] GetPieSlice()
Public Overridable Function GetPieSlice As PieSlice()
public:
virtual array<PieSlice^>^ GetPieSlice()
abstract GetPieSlice : unit -> PieSlice[]
override GetPieSlice : unit -> PieSlice[]
Return Value
Type:
PieSlice
A
PieSlice[] containing the pie slices to be associated with
this node.
See Also