Interface ChartPlot

    • Method Detail

      • getBackcolor

        java.awt.Color getBackcolor()
        Gets the chart background color.
      • getBackgroundAlpha

        java.lang.Float getBackgroundAlpha()
        Gets the transparency factor for this plot background. The range is from 0 to 1, where 0 means transparent and 1 opaque. The default is 1.
        Returns:
        a float value between 0 and 1.
      • getForegroundAlpha

        java.lang.Float getForegroundAlpha()
        Gets the transparency factor for this plot foreground. The range is from 0 to 1, where 0 means transparent and 1 opaque. The default is 1.
        Returns:
        a float value between 0 and 1.