Class FunnelPlotOptions

    • Constructor Detail

      • FunnelPlotOptions

        public FunnelPlotOptions()
    • Method Detail

      • getBorderRadius

        public Object getBorderRadius()
        Returns the corner radius of the border surrounding all points or series. A number signifies pixels. A percentage string, like for example 50%, signifies a size relative to the series width.

        Default: 0

        Overrides:
        getBorderRadius in class SeriesPlotOptions
        Since:
        11.2.0.0
      • getHeight

        public String getHeight()
        Returns the height of the neck, the lower part of a funnel. If it is a number it defines the pixel height, if it is a percentage string it is the percentage of the plot area height.

        Default: 100%

      • setHeight

        public void setHeight​(String height)
        Sets the height of the neck, the lower part of a funnel. If it is a number it defines the pixel height, if it is a percentage string it is the percentage of the plot area height.
      • getNeckHeight

        public String getNeckHeight()
        Returns the height of the neck, the lower part of the funnel. A number defines pixel width, a percentage string defines a percentage of the plot area height.

        Default: 25%

        Overrides:
        getNeckHeight in class SeriesPlotOptions
      • setNeckHeight

        public void setNeckHeight​(String neckHeight)
        Sets the height of the neck, the lower part of the funnel. A number defines pixel width, a percentage string defines a percentage of the plot area height.
        Overrides:
        setNeckHeight in class SeriesPlotOptions
      • getNeckWidth

        public String getNeckWidth()
        Returns the width of the neck, the lower part of the funnel. A number defines pixel width, a percentage string defines a percentage of the plot area width.

        Default: 30%

        Overrides:
        getNeckWidth in class SeriesPlotOptions
      • setNeckWidth

        public void setNeckWidth​(String neckWidth)
        Sets the width of the neck, the lower part of the funnel. A number defines pixel width, a percentage string defines a percentage of the plot area width.
        Overrides:
        setNeckWidth in class SeriesPlotOptions
      • getWidth

        public String getWidth()
        Returns the width of the funnel compared to the width of the plot area, or the pixel width if it is a number.

        Default: 90%

      • setWidth

        public void setWidth​(String width)
        Sets the width of the funnel compared to the width of the plot area, or the pixel width if it is a number.
        Overrides:
        setWidth in class SeriesPlotOptions
      • isReversed

        public boolean isReversed()
        Returns whether the series should be placed on the other side of the plotArea.

        Default: false.

        Since:
        10.2.1.0
      • setReversed

        public void setReversed​(boolean reversed)
        Sets whether the series should be placed on the other side of the plotArea.
        Since:
        10.2.1.0