Search
XmlSeries.getLabel Method
See Also
 






Implements Series.getLabel. Returns a label for the specified data item in the XML document.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public String getLabel (
    int index,
    LabelKinds kind
)

 Parameters

index
The zero-based index of the data item in the Series.
kind
One of the LabelKinds enumeration values. The members allow bitwise combining.

 Return Value

A string containing the item's label.

 See Also