Search
EventSeries.getLabel Method
See Also
 






Implements Series.GetLabel.

Namespace: MindFusion.Charting
File: EventSeries.js

 Syntax

JavaScript  Copy Code

function getLabel (index, kind)

 Parameters

index

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

kind

LabelKinds. A member of the LabelKinds enumeration.

 Return Value

String. A string containing the item's label.

 See Also