public class YListChart extends XYLineChart
XYLineChart.
Each YListChart object is associated with a
YListSeriesCollection data set.
The data is given as one or more lists of y-coordinates. The x-coordinates are
given by the indices + 1 of each y-coordinate in the given lists.| Constructor and Description |
|---|
YListChart(java.lang.String title,
java.lang.String XLabel,
java.lang.String YLabel,
double[]... data)
Initializes a new YListChart instance with set of points data.
|
YListChart(java.lang.String title,
java.lang.String XLabel,
java.lang.String YLabel,
double[][] data,
int numPoints)
Initializes a new YListChart instance with set of points data.
|
YListChart(java.lang.String title,
java.lang.String XLabel,
java.lang.String YLabel,
double[] data,
int numPoints)
Initializes a new YListChart instance with a set of points
data.
|
add, add, add, add, add, getSeriesCollection, setSeriesCollection, setTicksSynchro, toLatex, view, viewBardisableGrid, enableGrid, getChartMargin, getJFreeChart, getTitle, getXAxis, getYAxis, setAutoRange, setAutoRange, setAutoRange00, setChartMargin, setLatexDocFlag, setManualRange, setManualRange, setManualRange00, setprobFlag, setTitle, toLatexFilepublic YListChart(java.lang.String title,
java.lang.String XLabel,
java.lang.String YLabel,
double[]... data)
title - chart title.XLabel - Label on x-axis.YLabel - Label on y-axis.data - series of point sets.public YListChart(java.lang.String title,
java.lang.String XLabel,
java.lang.String YLabel,
double[] data,
int numPoints)
title - chart title.XLabel - Label on x-axis.YLabel - Label on y-axis.data - point set.numPoints - number of points to plotpublic YListChart(java.lang.String title,
java.lang.String XLabel,
java.lang.String YLabel,
double[][] data,
int numPoints)
title - chart title.XLabel - Label on x-axis.YLabel - Label on y-axis.data - series of point sets.numPoints - number of points to plotTo submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.