Class Options


  • public class Options
    extends Object
    Chart options.
    • Constructor Detail

      • Options

        public Options()
    • Method Detail

      • getScales

        public Scales getScales()
        Get the scales.
        Returns:
        The Scales instance.
      • setScales

        public void setScales​(Scales scales)
        Set the scales.
        Parameters:
        scales - The Scales instance.
      • getLegend

        public Legend getLegend()
        Get the legend.
        Returns:
        The Legend instance.
      • setLegend

        public void setLegend​(Legend legend)
        Set the legend.
        Parameters:
        legend - The Legend instance.
      • getEvents

        public List<String> getEvents()
        Get the supported javascript events.
        Returns:
        The list of strings representing events.
      • setEvents

        public void setEvents​(List<String> events)
        Set the supported javascript events.
        Parameters:
        events - The list of strings representing events.