Search
BarSeries.getLabel Method
See Also
 






SimpleSeries.GetLabel override. Returns an element of a labels list.

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