MindFusion.Java Package Programmer's Guide
Series.getLabel Method
See Also
 






Returns a label for the specified data item in this Series.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

String getLabel (
    int index,
    LabelKinds kind
)

 Parameters

index

The zero-based index of the data item.

kind

One of the LabelKinds enumeration values. The members allow bitwise combination.

 Return Value

A string containing the item's label.

 See Also

Series Members
Series Interface
com.mindfusion.charting Namespace