Search
SimpleSeries.getLabel Method
See Also
 






Implements Series.getLabel. Returns an element of the labels list.

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 SimpleSeries.
kind
One of the LabelKinds enumeration values. The members allow bitwise combining.

 Return Value

A string that represents the item's label.

 See Also