Class ScatterPlotChartExpression

  • All Implemented Interfaces:
    Serializable, Cloneable, ChartExpression, org.pentaho.reporting.engine.classic.core.DynamicExpression, org.pentaho.reporting.engine.classic.core.function.Expression, org.pentaho.reporting.engine.classic.core.LegacyUpdateHandler

    public class ScatterPlotChartExpression
    extends XYChartExpression
    See Also:
    Serialized Form
    • Constructor Detail

      • ScatterPlotChartExpression

        public ScatterPlotChartExpression()
    • Method Detail

      • computeXYChart

        protected org.jfree.chart.JFreeChart computeXYChart​(org.jfree.data.xy.XYDataset xyDataset)
        Overrides:
        computeXYChart in class XYChartExpression
      • getDotHeight

        public int getDotHeight()
        Returns:
        Returns the dot height.
      • setDotHeight

        public void setDotHeight​(int height)
        Parameters:
        height - The dot height to set.
      • getDotWidth

        public int getDotWidth()
        Returns:
        Returns the dot width.
      • setDotWidth

        public void setDotWidth​(int width)
        Parameters:
        width - The dot width to set.