Class WaterfallPlotOptions

    • Constructor Detail

      • WaterfallPlotOptions

        public WaterfallPlotOptions()
    • Method Detail

      • getDashStyle

        public String getDashStyle()
        Returns a name for the dash style to use for the line connecting the columns of the waterfall series. Possible values:
        • Solid
        • ShortDash
        • ShortDot
        • ShortDashDot
        • ShortDashDotDot
        • Dot
        • Dash
        • LongDash
        • DashDot
        • LongDashDot
        • LongDashDotDot
        Overrides:
        getDashStyle in class SeriesPlotOptions
      • setDashStyle

        public void setDashStyle​(String dashStyle)
        Sets a name for the dash style to use for the line connecting the columns of the waterfall series. Possible values:
        • Solid
        • ShortDash
        • ShortDot
        • ShortDashDot
        • ShortDashDotDot
        • Dot
        • Dash
        • LongDash
        • DashDot
        • LongDashDot
        • LongDashDotDot
        Overrides:
        setDashStyle in class SeriesPlotOptions
      • getLineColor

        public Color getLineColor()
        Returns the color of the line that connects columns in a waterfall series.

        Default: #333333

      • setLineColor

        public void setLineColor​(Color color)
        Sets the color of the line that connects columns in a waterfall series.
      • setLineColor

        public void setLineColor​(String color)
        Sets the color of the line that connects columns in a waterfall series.
      • setLineColor

        public void setLineColor​(LinearGradient color)
        Sets the color of the line that connects columns in a waterfall series.
      • setLineColor

        public void setLineColor​(RadialGradient color)
        Sets the color of the line that connects columns in a waterfall series.
      • getUpColor

        public Color getUpColor()
        Returns the color of up point in a waterfall series. series.

        Default: null

      • setUpColor

        public void setUpColor​(Color color)
        Sets the color of up point in a waterfall series.
      • setUpColor

        public void setUpColor​(String color)
        Sets the color of up point in a waterfall series.
      • setUpColor

        public void setUpColor​(LinearGradient color)
        Sets the color of up point in a waterfall series.
      • setUpColor

        public void setUpColor​(RadialGradient color)
        Sets the color of up point in a waterfall series.