Object
ChartLabel

public class ChartLabel extends Object
  • Constructor Details

    • ChartLabel

      public ChartLabel()
    • ChartLabel

      public ChartLabel(Number value, String label)
    • ChartLabel

      public ChartLabel(Number value, String label, String color)
  • Method Details

    • getValue

      public Number getValue()
    • setValue

      public void setValue(Number value)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)