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






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

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

PointSeries Members
PointSeries Class
MindFusion.Charting Namespace