Class PointColorDataSet

    • Constructor Detail

      • PointColorDataSet

        public PointColorDataSet​(List<? extends Number> data)
        Instantiates a new abstract point color data set.
        Parameters:
        data - the values
    • Method Detail

      • getPointColor

        public String getPointColor()
        Gets the point color.
        Returns:
        the point color
      • setPointColor

        public void setPointColor​(String pointColor)
        Sets the point color.
        Parameters:
        pointColor - the point color
      • getPointStrokeColor

        public String getPointStrokeColor()
        Gets the point stroke color.
        Returns:
        the point stroke color
      • setPointStrokeColor

        public void setPointStrokeColor​(String pointStrokeColor)
        Sets the point stroke color.
        Parameters:
        pointStrokeColor - the point stroke color