Package quadbase.util

Interface IDataLabelInfo

All Superinterfaces:
Serializable

public interface IDataLabelInfo extends Serializable
This interface defines a getDataLabel function
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    getDataLabel(PickData pickdata, String originalTopLabel)
    The method returns a top label string
  • Method Details

    • getDataLabel

      String getDataLabel(PickData pickdata, String originalTopLabel)
      The method returns a top label string
      Parameters:
      pickdata - Information of data point
      originalTopLabel - Information of data point
      Returns:
      a string which is displayed on top label
      See Also: