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






Implements Series.GetLabel. Returns a label for the specified data item in the data source.

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

DataBoundSeries Members
DataBoundSeries Class
MindFusion.Charting Namespace