Interface JRTimeSeriesDataset

    • Method Detail

      • getTimePeriodValue

        TimePeriodEnum getTimePeriodValue()
        Returns:
        the time period. Specifies the type of the data series inside the dataset. Time series can contain numeric values associated with days, months, years, or other predefined time periods.
        See Also:
        TimePeriodEnum
      • setTimePeriod

        void setTimePeriod​(TimePeriodEnum timePeriod)
        Parameters:
        timePeriod - the time period associated with days, months, years, or other predefined time periods.
        See Also:
        TimePeriodEnum