Search
PieSeries.getLabel Method
See Also
 






SimpleSeries.GetLabel override. Returns an element of the inner or outer label lists.

Namespace: MindFusion.Charting
File: PieSeries.js

 Syntax

JavaScript  Copy Code

function getLabel (index, kind)

 Parameters

index

An integer value specifying the index of a data item.

kind

A member of the LabelKinds enumeration.

 Return Value

A string containing the item's label.

 See Also