Returns a label for the specified data item in this Series.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
String getLabel ( |
The zero-based index of the data item.
One of the LabelKinds enumeration values. The members allow bitwise combination.
A string containing the item's label.
See Also