public interface JRTimeSeriesDataset extends JRChartDataset
CATEGORY_DATASET, GANTT_DATASET, HIGHLOW_DATASET, PIE_DATASET, TIMEPERIOD_DATASET, TIMESERIES_DATASET, VALUE_DATASET, XY_DATASET, XYZ_DATASET| Modifier and Type | Method and Description |
|---|---|
JRTimeSeries[] |
getSeries() |
Class<?> |
getTimePeriod() |
void |
setTimePeriod(Class<?> timePeriod) |
getDatasetType, validatecollectExpressions, getDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValuecloneJRTimeSeries[] getSeries()
JRTimeSeries objects representing the
series for the Time Series chartJRTimeSeriesClass<?> getTimePeriod()
TimePeriodEnumvoid setTimePeriod(Class<?> timePeriod)
timePeriod - the time period associated with
days, months, years, or other predefined time periods.TimePeriodEnumCopyright © 2017. All rights reserved.