Interface JRTimePeriodSeries

    • Method Detail

      • getSeriesExpression

        JRExpression getSeriesExpression()
        Returns:
        a java.lang.Comparable object that identifies each series.
      • getStartDateExpression

        JRExpression getStartDateExpression()
        Returns:
        a java.util.Date expression representing the start of the time period
      • getEndDateExpression

        JRExpression getEndDateExpression()
        Returns:
        a java.util.Date expression representing the end of the time period
      • getValueExpression

        JRExpression getValueExpression()
        Returns:
        a numeric expression representing the value associated with the time period.
      • getLabelExpression

        JRExpression getLabelExpression()
        Returns:
        the label expression. If present, its values will be used to customize item labels in the resulting chart.
      • getItemHyperlink

        JRHyperlink getItemHyperlink()
        Returns the hyperlink specification for chart items.

        The hyperlink will be evaluated for every chart item and a image map will be created for the chart.

        Returns:
        hyperlink specification for chart items