Class LineChartExpression

    • Constructor Detail

      • LineChartExpression

        public LineChartExpression()
    • Method Detail

      • 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