Package quadbase.util
Interface IDataLabelInfo
- All Superinterfaces:
Serializable
This interface defines a getDataLabel function
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetDataLabel(PickData pickdata, String originalTopLabel) The method returns a top label string
-
Method Details
-
getDataLabel
The method returns a top label string- Parameters:
pickdata- Information of data pointoriginalTopLabel- Information of data point- Returns:
- a string which is displayed on top label
- See Also:
-