Search
DateTimeSeries.getLabel Method
See Also
 






Implements Series.GetLabel. Returns Date value at specified index as an XAxisLabel.

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