Returns the PieSlice objects.

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

Syntax

C#
public virtual PieSlice[] GetPieSlice()
Visual Basic (Declaration)
Public Overridable Function GetPieSlice As PieSlice()
Visual C++
public:
virtual array<PieSlice^>^ GetPieSlice()

Return Value

A PieSlice[] containing the pie slices to be associated with this node.

See Also