Class PolygonPlotOptions

    • Constructor Detail

      • PolygonPlotOptions

        public PolygonPlotOptions()
    • Method Detail

      • getLineColor

        public Color getLineColor()
        Returns a separate color for the graph line. By default the line takes the color of the series, but the lineColor setting allows setting a separate color for the line without altering the fillColor.

        Default: null.

      • setLineColor

        public void setLineColor​(Color color)
        Sets a separate color for the graph line. By default the line takes the color of the series, but the lineColor setting allows setting a separate color for the line without altering the fillColor.
      • setLineColor

        public void setLineColor​(String color)
        Sets a separate color for the graph line. By default the line takes the color of the series, but the lineColor setting allows setting a separate color for the line without altering the fillColor.
      • setLineColor

        public void setLineColor​(LinearGradient color)
        Sets a separate color for the graph line. By default the line takes the color of the series, but the lineColor setting allows setting a separate color for the line without altering the fillColor.
      • setLineColor

        public void setLineColor​(RadialGradient color)
        Sets a separate color for the graph line. By default the line takes the color of the series, but the lineColor setting allows setting a separate color for the line without altering the fillColor.
      • getTrackByArea

        public boolean getTrackByArea()
        Returns whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.

        Default: true.

        Since:
        10.2.1.0
      • setTrackByArea

        public void setTrackByArea​(boolean trackByArea)
        Sets whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
        Since:
        10.2.1.0