Class XYLineChartExpression

    • Constructor Detail

      • XYLineChartExpression

        public XYLineChartExpression()
    • Method Detail

      • computeXYChart

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

        public String getLineStyle()
        Returns:
        returns the style set for the lines
      • setLineStyle

        public void setLineStyle​(String value)
        Parameters:
        value - set the style for all line series
      • getLineWidth

        public float getLineWidth()
        Returns:
        the width of all line series Valid values are float numbers zero or greater
      • setLineWidth

        public void setLineWidth​(float value)
        Parameters:
        value - set the width of all line series Valid values are float numbers zero or greater
      • isMarkersVisible

        public boolean isMarkersVisible()
        Returns:
        boolean whether the markers (data points) for all series are displayed
      • setMarkersVisible

        public void setMarkersVisible​(boolean markersVisible)
        Parameters:
        markersVisible - set whether the markers (data points) for all series should be displayed