Class AreaRangePlotOptions

    • Constructor Detail

      • AreaRangePlotOptions

        public AreaRangePlotOptions()
    • Method Detail

      • isShadow

        public boolean isShadow()
        Returns whether to apply a drop shadow

        Default: false.

        Overrides:
        isShadow in class SeriesPlotOptions
        See Also:
        Shadow
      • getShadow

        public Shadow getShadow()
        Returns whether to apply a drop shadow

        Default: Shadow.NONE.

        See Also:
        Shadow
      • setShadow

        public void setShadow​(boolean shadow)
        Sets whether to apply a drop shadow
        Overrides:
        setShadow in class SeriesPlotOptions
      • setShadow

        public void setShadow​(Shadow shadow)
        Sets whether to apply a drop shadow
        See Also:
        Shadow
      • 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.

        Overrides:
        getTrackByArea in class AreaPlotOptions
      • 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.
        Overrides:
        setTrackByArea in class AreaPlotOptions