Interface JRTimeSeriesDataset

    • Method Detail

      • getTimePeriod

        TimePeriodEnum getTimePeriod()
        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