MindFusion.Charting for JavaScript Programmer's Guide
Series.getLabel Method
See Also
 






Returns a label for the specified data item in this series.

Namespace: MindFusion.Charting
File: Series.js

 Syntax

JavaScript  Copy Code

function getLabel (index, kind)

 Parameters

index

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

kind

Type: LabelKinds
A member of the LabelKinds enumeration.

 Return Value

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

 See Also

Series Members
Series Interface
MindFusion.Charting Namespace