public class ScatterPeriodChart<P extends ScatterPeriodPlot> extends Chart<P>
ScatterPeriodChart is a scatter plot where each point
is generated by a different time period.conn| Modifier | Constructor and Description |
|---|---|
protected |
ScatterPeriodChart(AppContext conn) |
| Modifier and Type | Method and Description |
|---|---|
ScatterPeriodChartData<P> |
getChartData() |
static ScatterPeriodChart |
getInstance(AppContext conn,
SplitTimePeriod period,
int nsplit) |
getLegendName, makeDataset, setChartData, setLegendName, sortSets, sortSets, sortSetsgetContext, getLogger, resetLoggerprotected ScatterPeriodChart(AppContext conn)
conn - public ScatterPeriodChartData<P> getChartData()
getChartData in class Chart<P extends ScatterPeriodPlot>public static ScatterPeriodChart getInstance(AppContext conn, SplitTimePeriod period, int nsplit)