Class VariablePiePlotOptions

    • Constructor Detail

      • VariablePiePlotOptions

        public VariablePiePlotOptions()
    • Method Detail

      • getMaxPointSize

        public Object getMaxPointSize()
        Returns the maximum size of the points' radius related to chart's plotArea. If a number is set, it applies in pixels.

        Default: "100%"

      • setMaxPointSize

        public void setMaxPointSize​(Number maxPointSize)
        Sets the maximum size of the points' radius related to chart's plotArea. If a number is set, it applies in pixels.
      • setMaxPointSize

        public void setMaxPointSize​(String maxPointSize)
        Sets the maximum size of the points' radius related to chart's plotArea.
      • getMinPointSize

        public Object getMinPointSize()
        Returns the minimum size of the points' radius related to chart's plotArea. If a number is set, it applies in pixels.

        Default: "10%"

      • setMinPointSize

        public void setMinPointSize​(Number minPointSize)
        Sets the minimum size of the points' radius related to chart's plotArea. If a number is set, it applies in pixels.
      • setMinPointSize

        public void setMinPointSize​(String minPointSize)
        Sets the minimum size of the points' radius related to chart's plotArea.
      • getSizeBy

        public String getSizeBy()
        Returns whether the pie slice's value should be represented by the area or the radius of the slice. Can be either area or radius. The default, area, corresponds best to the human perception of the size of each pie slice.

        Default: "area"

      • setSizeBy

        public void setSizeBy​(String sizeBy)
        Sets whether the pie slice's value should be represented by the area or the radius of the slice. Can be either area or radius.
      • getZMax

        public Number getZMax()
        Returns the maximum possible z value for the point's radius calculation. If the point's Z value is bigger than zMax, the slice will be drawn according to the zMax value.

        Default: null

      • setZMax

        public void setZMax​(Number zMax)
        Sets the maximum possible z value for the point's radius calculation. If the point's Z value is bigger than zMax, the slice will be drawn according to the zMax value.
      • getZMin

        public Number getZMin()
        Returns the minimum possible z value for the point's radius calculation. If the point's Z value is smaller than zMin, the slice will be drawn according to the zMin value.

        Default: null

      • setZMin

        public void setZMin​(Number zMin)
        Sets the maximum possible z value for the point's radius calculation. If the point's Z value is smaller than zMin, the slice will be drawn according to the zMin value.