Class ChartLegendOption

java.lang.Object
com.evolveum.wicket.chartjs.ChartLegendOption
All Implemented Interfaces:
Serializable

public class ChartLegendOption extends Object implements Serializable
See Also:
  • Constructor Details

    • ChartLegendOption

      public ChartLegendOption()
  • Method Details

    • getPosition

      public String getPosition()
    • setPosition

      public void setPosition(String position)
    • getLabels

      public ChartLegendLabel getLabels()
    • setLabels

      public void setLabels(ChartLegendLabel labels)
    • getDisplay

      public Boolean getDisplay()
    • setDisplay

      public void setDisplay(Boolean display)