public class SQScatterChart extends SQChart
| Modifier and Type | Field and Description |
|---|---|
boolean |
durationDomainAxis
The duration domain axis.
|
java.lang.String |
xLegend
The x legend.
|
java.lang.String |
yLegend
The y legend.
|
COLOR_BLUE, COLOR_GREEN, COLOR_RED, plType, title| Constructor and Description |
|---|
SQScatterChart()
Instantiates a new SQ scatter chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String series,
java.lang.Number x,
java.lang.Number y)
Adds the.
|
org.jfree.chart.JFreeChart |
render()
Render.
|
void |
setDurationDomainAxis(boolean use)
Sets the duration domain axis.
|
void |
setSeriesColor(java.lang.String series,
java.awt.Color color)
Sets the series color.
|
setResultTypepublic java.lang.String xLegend
public java.lang.String yLegend
public boolean durationDomainAxis
public void add(java.lang.String series,
java.lang.Number x,
java.lang.Number y)
series - the seriesx - the xy - the ypublic org.jfree.chart.JFreeChart render()
SQChartpublic void setDurationDomainAxis(boolean use)
use - the new duration domain axispublic void setSeriesColor(java.lang.String series,
java.awt.Color color)
series - the seriescolor - the color