ASP.NET Pack 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
Package: DataBoundSeries.js

 Syntax

JavaScript  Copy Code

function getLabel (index, kind)

 Parameters

index

An integer value specifying the index of a data item.

kind

A member of the LabelKinds enumeration.

 Return Value

A string containing the item's label.

 See Also

DataBoundSeries Members
DataBoundSeries Class
MindFusion.Charting Namespace