Search
FunctionSeries.getLabel Method
See Also
 






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

Namespace: MindFusion.Charting
File: FunctionSeries.js

 Syntax

JavaScript  Copy Code

function getLabel (index, kind)

 Parameters

index

Number. An integer value specifying the index of a data item.

kind

MindFusion.Charting.LabelKinds. A member of the LabelKinds enumeration.

 Return Value

String. A string containing the item's label.

 See Also