Class LineSeries.EndLabel

All Implemented Interfaces:
HasAlign<LineSeries.EndLabel>, HasBorder<LineSeries.EndLabel>, HasShadow<LineSeries.EndLabel>, HasText<LineSeries.EndLabel>, HasPadding<LineSeries.EndLabel>, Serializable
Enclosing class:
LineSeries

public static class LineSeries.EndLabel extends AbstractEnhancedLabel<LineSeries.EndLabel>
Label component on the end of line.
See Also:
  • Field Details

    • formatter

      protected String formatter
    • formatterFunction

      protected JsFunction formatterFunction
    • valueAnimation

      protected Boolean valueAnimation
  • Constructor Details

    • EndLabel

      public EndLabel()
  • Method Details

    • getFormatter

      public String getFormatter()
    • setFormatter

      public void setFormatter(String formatter)
    • getFormatterFunction

      public JsFunction getFormatterFunction()
    • setFormatterFunction

      public void setFormatterFunction(JsFunction formatterFunction)
    • setFormatterFunction

      public void setFormatterFunction(String formatterFunction)
    • getValueAnimation

      public Boolean getValueAnimation()
    • setValueAnimation

      public void setValueAnimation(Boolean valueAnimation)
    • withFormatter

      public LineSeries.EndLabel withFormatter(String formatter)
    • withFormatterFunction

      public LineSeries.EndLabel withFormatterFunction(JsFunction formatterFunction)
    • withFormatterFunction

      public LineSeries.EndLabel withFormatterFunction(String formatterFunction)
    • withValueAnimation

      public LineSeries.EndLabel withValueAnimation(Boolean valueAnimation)