Class DependencyWheelPlotOptions

    • Constructor Detail

      • DependencyWheelPlotOptions

        public DependencyWheelPlotOptions()
    • Method Detail

      • getBorderWidth

        public Number getBorderWidth()
        Returns the width of the border surrounding each column or bar.

        Default: 0 when the columns are so dense that a border would cover the next column.

        Overrides:
        getBorderWidth in class SeriesPlotOptions
        Since:
        10.2.1.0
      • setBorderWidth

        public void setBorderWidth​(Number borderWidth)
        Sets the width of the border surrounding each column or bar.
        Overrides:
        setBorderWidth in class SeriesPlotOptions
        Since:
        10.2.1.0
      • getSize

        public Object getSize()
        Returns the size of the wheel in pixel or percent relative to the canvas space.

        Defaults to "100%".

        Since:
        10.2.1.0
      • setSize

        public void setSize​(String size)
        Sets the size of the wheel in pixel or percent relative to the canvas space.

        Defaults to "100%".

        Since:
        10.2.1.0
      • setSize

        public void setSize​(Number size)
        Sets the size of the wheel in pixel or percent relative to the canvas space.

        Defaults to "100%".

        Since:
        10.2.1.0
      • getStartAngle

        public Number getStartAngle()
        Returns the start angle of the dependency wheel in degrees where 0 is top and 90 right.

        Default: 0

        Since:
        10.2.1.0
      • setStartAngle

        public void setStartAngle​(Number startAngle)
        Sets the start angle of the dependency wheel in degrees where 0 is top and 90 right.
        Since:
        10.2.1.0