Interface JRTimeSeriesPlot

All Superinterfaces:
Cloneable, JRChartPlot, JRCloneable, JRCommonLinePlot, JRTimeAxisFormat, JRValueAxisFormat
All Known Implementing Classes:
JRBaseTimeSeriesPlot, JRDesignTimeSeriesPlot, JRFillTimeSeriesPlot

public interface JRTimeSeriesPlot extends JRChartPlot, JRTimeAxisFormat, JRValueAxisFormat, JRCommonLinePlot
This type of plot is similar to the Line plot and Scatter plot in that it lets users configure the labels for both axes, the rendering of lines to connect the item points, and the rendering of the small shapes that mark each item point on the target plot area. It is used only in combination with Time Series charts.
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)
  • Method Details

    • getTimeAxisLabelExpression

      JRExpression getTimeAxisLabelExpression()
      Returns:
      the time axis label expression
    • getValueAxisLabelExpression

      JRExpression getValueAxisLabelExpression()
      Returns:
      the value axis label expression
    • getDomainAxisMinValueExpression

      JRExpression getDomainAxisMinValueExpression()
      Returns:
      the minimum value expression for the domain axis
    • getDomainAxisMaxValueExpression

      JRExpression getDomainAxisMaxValueExpression()
      Returns:
      the maximum value expression for the domain axis
    • getRangeAxisMinValueExpression

      JRExpression getRangeAxisMinValueExpression()
      Returns:
      the minimum value expression for the range axis
    • getRangeAxisMaxValueExpression

      JRExpression getRangeAxisMaxValueExpression()
      Returns:
      the maximum value expression for the range axis