Search
PointSeries3D.getLabel Method
See Also
 






Implements Series.GetLabel. Returns an element of the Labels list.

Namespace: MindFusion.Charting
File: PointSeries3D.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