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, validate
collectExpressions, getDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValue
clone
JRTimeSeries[] getSeries()
JRTimeSeries
objects representing the
series for the Time Series chartJRTimeSeries
Class<?> getTimePeriod()
TimePeriodEnum
void setTimePeriod(Class<?> timePeriod)
timePeriod
- the time period associated with
days, months, years, or other predefined time periods.TimePeriodEnum
Copyright © 2017. All rights reserved.