Class CartesianCategoryTicks

    • Constructor Detail

      • CartesianCategoryTicks

        public CartesianCategoryTicks()
    • Method Detail

      • getLabels

        public List<String> getLabels()
        Gets the labels
        Returns:
        labels
      • setLabels

        public void setLabels​(List<String> labels)
        Sets the labels
        Parameters:
        labels - List<String> list of labels to display.
      • getMin

        public String getMin()
        Gets the min
        Returns:
        min
      • setMin

        public void setMin​(String min)
        Sets the min
        Parameters:
        min - The minimum item to display.
      • getMax

        public String getMax()
        Gets the max
        Returns:
        max
      • setMax

        public void setMax​(String max)
        Sets the max
        Parameters:
        max - The maximum item to display.