MindFusion.Charting for JavaScript Programmer's Guide
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

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

kind

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

 Return Value

Type: String
String. A string containing the item's label.

 See Also

FunctionSeries Members
FunctionSeries Class
MindFusion.Charting Namespace