Search
PointSeries3D.getLabel Method
See Also
 






Implements Series.getLabel. Returns an element of the correct Labels list at the specified location.

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.

kind

One of the LabelKinds enumeration values.

 Return Value

A string containing the item's label.

 See Also