Enum Class Chart.TooltipMode

java.lang.Object
java.lang.Enum<Chart.TooltipMode>
limn.components.chart.Chart.TooltipMode
All Implemented Interfaces:
Serializable, Comparable<Chart.TooltipMode>, Constable
Enclosing class:
Chart

public static enum Chart.TooltipMode extends Enum<Chart.TooltipMode>
How much a hover reports.
  • Enum Constant Details

    • INDEX

      public static final Chart.TooltipMode INDEX
      Every visible series at the hovered category, the default for bars and lines.
    • POINT

      public static final Chart.TooltipMode POINT
      Only the mark under the pointer.
  • Method Details

    • values

      public static Chart.TooltipMode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Chart.TooltipMode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null