public interface Figure extends Serializable, BaseFigure, Chart, Axes, Axis, DataSeries, CategoryDataSeries, IntervalXYDataSeries, OHLCDataSeries, XYDataSeries, MultiSeries, XYDataSeriesFunction, DataSeries3D, XYZDataSeries, XYZDataSeriesFunction, CategoryDataSeries3D, XYErrorBarDataSeries, CategoryErrorBarDataSeries
Modifier and Type | Method and Description |
---|---|
Figure |
axes(int id)
Gets an axes by id.
|
Figure |
axes(String name)
Gets an axes by name.
|
Figure |
axesRemoveSeries(String... names)
Removes the series with the specified
names from this Axes. |
Figure |
axis(int dim)
Gets the
Axis at dimension dim . |
Figure |
axisColor(com.illumon.iris.gui.color.Paint color)
Sets the color for this Axis line and tick marks.
|
Figure |
axisColor(String color)
Sets the color for this Axis line and tick marks.
|
Figure |
axisFormat(AxisFormat format)
Sets the
AxisFormat for this Axis. |
Figure |
axisFormatPattern(String pattern)
Sets the format pattern for this Axis's labels.
|
Figure |
axisLabel(String label)
Sets the label for this Axis.
|
Figure |
axisLabelFont(Font font)
Sets the font for this Axis's label.
|
Figure |
axisLabelFont(String family,
String style,
int size)
Sets the font for this Axis's label.
|
Figure |
businessTime()
Sets this Axis's
AxisTransform as a new AxisTransformBusinessCalendar . |
Figure |
businessTime(BusinessCalendar calendar)
Sets this Axis's
AxisTransform as a new AxisTransformBusinessCalendar . |
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
double[] values,
double[] yLow,
double[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
float[] values,
float[] yLow,
float[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
int[] values,
int[] yLow,
int[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> |
catErrorBar(Comparable seriesName,
List<T0> categories,
List<T1> values,
List<T2> yLow,
List<T3> yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
long[] values,
long[] yLow,
long[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
short[] values,
short[] yLow,
short[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> |
catErrorBar(Comparable seriesName,
List<T0> categories,
T1[] values,
T2[] yLow,
T3[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
Figure |
catErrorBar(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values,
String yLow,
String yHigh)
Creates an plot with a discrete x-axis and error bars in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
Date[] values,
Date[] yLow,
Date[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
DBDateTime[] values,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
double[] values,
double[] yLow,
double[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
float[] values,
float[] yLow,
float[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
int[] values,
int[] yLow,
int[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> |
catErrorBar(Comparable seriesName,
T0[] categories,
List<T1> values,
List<T2> yLow,
List<T3> yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
long[] values,
long[] yLow,
long[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
short[] values,
short[] yLow,
short[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> |
catErrorBar(Comparable seriesName,
T0[] categories,
T1[] values,
T2[] yLow,
T3[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
Figure |
catErrorBar(Comparable seriesName,
Table t,
String categories,
String values,
String yLow,
String yHigh)
Creates an plot with a discrete x-axis and error bars in the y direction.
|
Figure |
catErrorBarBy(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values,
String yLow,
String yHigh,
String... byColumns)
Creates a catErrorBar plot for each distinct grouping value specified in
byColumns . |
Figure |
catErrorBarBy(Comparable seriesName,
Table t,
String categories,
String values,
String yLow,
String yHigh,
String... byColumns)
Creates a catErrorBar plot for each distinct grouping value specified in
byColumns . |
Figure |
catHistPlot(Comparable seriesName,
double[] x)
Creates a histogram with discrete axis.
|
Figure |
catHistPlot(Comparable seriesName,
float[] x)
Creates a histogram with discrete axis.
|
Figure |
catHistPlot(Comparable seriesName,
int[] x)
Creates a histogram with discrete axis.
|
<T extends Comparable> |
catHistPlot(Comparable seriesName,
List<T> x)
Creates a histogram with discrete axis.
|
Figure |
catHistPlot(Comparable seriesName,
long[] x)
Creates a histogram with discrete axis.
|
Figure |
catHistPlot(Comparable seriesName,
SelectableDataSet sds,
String columnName)
Creates a histogram with discrete axis.
|
<T extends Comparable> |
catHistPlot(Comparable seriesName,
T[] x)
Creates a histogram with discrete axis.
|
Figure |
catHistPlot(Comparable seriesName,
Table t,
String columnName)
Creates a histogram with discrete axis.
|
<T1 extends Comparable> |
catPlot(Comparable seriesName,
IndexableData<T1> categories,
IndexableNumericData values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
Date[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
DBDateTime[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
double[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
float[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
int[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable,T1 extends Number> |
catPlot(Comparable seriesName,
List<T0> categories,
List<T1> values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
long[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
short[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable,T1 extends Number> |
catPlot(Comparable seriesName,
List<T0> categories,
T1[] values)
Creates a plot with discrete axis.
|
Figure |
catPlot(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
Date[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
DBDateTime[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
double[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
float[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
int[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable,T1 extends Number> |
catPlot(Comparable seriesName,
T0[] categories,
List<T1> values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
long[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
short[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable,T1 extends Number> |
catPlot(Comparable seriesName,
T0[] categories,
T1[] values)
Creates a plot with discrete axis.
|
Figure |
catPlot(Comparable seriesName,
Table t,
String categories,
String values)
Creates a plot with discrete axis.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
Date[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
DBDateTime[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
double[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
float[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
int[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
List<T2> values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
long[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
short[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
T2[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
Date[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
DBDateTime[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
double[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
float[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
int[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
List<T2> values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
long[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
short[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
T2[] values)
Creates a 3Dplot with discrete axes.
|
Figure |
catPlot3d(Comparable seriesName,
SelectableDataSet sds,
String xCategoriesColumn,
String zCategoriesColumn,
String valuesColumn)
Creates a plot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
Date[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
DBDateTime[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
double[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
float[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
int[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
List<T2> values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
long[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
short[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
T2[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
Date[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
DBDateTime[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
double[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
float[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
int[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
List<T2> values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
long[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
short[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
T2[] values)
Creates a 3Dplot with discrete axes.
|
Figure |
catPlot3d(Comparable seriesName,
Table t,
String xCategoriesColumn,
String zCategoriesColumn,
String valuesColumn)
Creates a plot with discrete axes.
|
Figure |
catPlot3dBy(Comparable seriesName,
Table t,
String xCategoriesColumn,
String zCategoriesColumn,
String valuesColumn,
String... byColumns)
Creates a 3D category plot per distinct grouping value specified in
byColumns . |
Figure |
catPlotBy(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values,
String... byColumns)
Creates a category plot per distinct grouping value specified in
byColumns . |
Figure |
catPlotBy(Comparable seriesName,
Table t,
String categories,
String values,
String... byColumns)
Creates a category plot per distinct grouping value specified in
byColumns . |
Figure |
chart(int index)
Gets the chart at the
index from this Figure's grid. |
Figure |
chart(int rowNum,
int colNum)
Gets the chart at the[
rowNum , colNum from this Figure's grid. |
Figure |
chartRemoveSeries(String... names)
Removes the series with the specified
names from this Chart. |
Figure |
chartTitle(String title)
Sets the title of this Chart.
|
Figure |
chartTitleColor(com.illumon.iris.gui.color.Paint color)
Sets the color of this Chart's title.
|
Figure |
chartTitleColor(String color)
Sets the color of this Chart's title.
|
Figure |
chartTitleFont(Font font)
Sets the font of this Chart's title.
|
Figure |
chartTitleFont(String family,
String style,
int size)
Sets the font of this Chart's title.
|
Figure |
colSpan(int n)
Sets the size of this Chart within the grid of the figure.
|
Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
double[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
float[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
int[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T3 extends Number> |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
List<T3> y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
long[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
short[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T3 extends Number> |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
T3[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
double[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
float[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
int[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T3 extends Number> |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
List<T3> y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
long[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
short[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T3 extends Number> |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
T3[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
double[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
float[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
int[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarX(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarX(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarX(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
List<T3> y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
long[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
SelectableDataSet sds,
String x,
String xLow,
String xHigh,
String y)
Creates an XY plot of the data with error bars in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
short[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarX(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarX(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarX(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
T3[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
Table t,
String x,
String xLow,
String xHigh,
String y)
Creates an XY plot of the data with error bars in the x direction.
|
Figure |
errorBarXBy(Comparable seriesName,
SelectableDataSet sds,
String x,
String xLow,
String xHigh,
String y,
String... byColumns)
Creates an errorBarX plot per distinct grouping value specified in
byColumns . |
Figure |
errorBarXBy(Comparable seriesName,
Table t,
String x,
String xLow,
String xHigh,
String y,
String... byColumns)
Creates an errorBarX plot per distinct grouping value specified in
byColumns . |
Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
double[] y,
double[] yLow,
double[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
float[] y,
float[] yLow,
float[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
int[] y,
int[] yLow,
int[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
List<T3> y,
List<T4> yLow,
List<T5> yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
long[] y,
long[] yLow,
long[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
short[] y,
short[] yLow,
short[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
T3[] y,
T4[] yLow,
T5[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
double[] y,
double[] yLow,
double[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
float[] y,
float[] yLow,
float[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
int[] y,
int[] yLow,
int[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
List<T3> y,
List<T4> yLow,
List<T5> yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
long[] y,
long[] yLow,
long[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
short[] y,
short[] yLow,
short[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
T3[] y,
T4[] yLow,
T5[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
double[] y,
double[] yLow,
double[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
float[] y,
float[] yLow,
float[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
int[] y,
int[] yLow,
int[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarXY(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarXY(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
List<T3> y,
List<T4> yLow,
List<T5> yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
long[] y,
long[] yLow,
long[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
SelectableDataSet sds,
String x,
String xLow,
String xHigh,
String y,
String yLow,
String yHigh)
Creates an XY plot of the data with error bars in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
short[] y,
short[] yLow,
short[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarXY(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarXY(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
T3[] y,
T4[] yLow,
T5[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
Table t,
String x,
String xLow,
String xHigh,
String y,
String yLow,
String yHigh)
Creates an XY plot of the data with error bars in both the x and y directions.
|
Figure |
errorBarXYBy(Comparable seriesName,
SelectableDataSet sds,
String x,
String xLow,
String xHigh,
String y,
String yLow,
String yHigh,
String... byColumns)
Creates an errorBar plot per distinct grouping value specified in
byColumns . |
Figure |
errorBarXYBy(Comparable seriesName,
Table t,
String x,
String xLow,
String xHigh,
String y,
String yLow,
String yHigh,
String... byColumns)
Creates an errorBar plot per distinct grouping value specified in
byColumns . |
Figure |
errorBarY(Comparable seriesName,
Date[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
Date[] x,
double[] y,
double[] yLow,
double[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
Date[] x,
float[] y,
float[] yLow,
float[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
Date[] x,
int[] y,
int[] yLow,
int[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
Date[] x,
List<T1> y,
List<T2> yLow,
List<T3> yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
Date[] x,
long[] y,
long[] yLow,
long[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
Date[] x,
short[] y,
short[] yLow,
short[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
Date[] x,
T1[] y,
T2[] yLow,
T3[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
double[] y,
double[] yLow,
double[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
float[] y,
float[] yLow,
float[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
int[] y,
int[] yLow,
int[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
List<T2> yLow,
List<T3> yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
long[] y,
long[] yLow,
long[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
short[] y,
short[] yLow,
short[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
DBDateTime[] x,
T1[] y,
T2[] yLow,
T3[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
double[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
double[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
double[] x,
double[] y,
double[] yLow,
double[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
float[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
float[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
float[] x,
float[] y,
float[] yLow,
float[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
int[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
int[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
int[] x,
int[] y,
int[] yLow,
int[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T0 extends Number> |
errorBarY(Comparable seriesName,
List<T0> x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T0 extends Number> |
errorBarY(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
List<T0> x,
List<T1> y,
List<T2> yLow,
List<T3> yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
long[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
long[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
long[] x,
long[] y,
long[] yLow,
long[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
SelectableDataSet sds,
String x,
String y,
String yLow,
String yHigh)
Creates an XY plot of the data with error bars in both the y direction.
|
Figure |
errorBarY(Comparable seriesName,
short[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
short[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
short[] x,
short[] y,
short[] yLow,
short[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T0 extends Number> |
errorBarY(Comparable seriesName,
T0[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T0 extends Number> |
errorBarY(Comparable seriesName,
T0[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
T0[] x,
T1[] y,
T2[] yLow,
T3[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
Table t,
String x,
String y,
String yLow,
String yHigh)
Creates an XY plot of the data with error bars in the y direction.
|
Figure |
errorBarYBy(Comparable seriesName,
SelectableDataSet sds,
String x,
String y,
String yLow,
String yHigh,
String... byColumns)
Creates a errorBarY plot per distinct grouping value specified in
byColumns . |
Figure |
errorBarYBy(Comparable seriesName,
Table t,
String x,
String y,
String yLow,
String yHigh,
String... byColumns)
Creates a errorBarY plot per distinct grouping value specified in
byColumns . |
Figure |
figureRemoveSeries(String... names)
Removes all series with
names from this Figure. |
Figure |
figureTitle(String title)
Sets the title of this Figure
|
Figure |
figureTitleColor(com.illumon.iris.gui.color.Paint color)
Sets the color of this Figure's title
|
Figure |
figureTitleColor(String color)
Sets the color of this Figure's title
|
Figure |
figureTitleFont(Font font)
Sets the font of this Figure's title
|
Figure |
figureTitleFont(String family,
String style,
int size)
Sets the font of this Figure's title
|
Figure |
funcNPoints(int npoints)
Sets the number of data points in this dataset.
|
Figure |
funcRange(double xmin,
double xmax)
Sets the data range for this series.
|
Figure |
funcRange(double xmin,
double xmax,
double zmin,
double zmax)
Sets the data range for this series.
|
Figure |
funcRange(double xmin,
double xmax,
double zmin,
double zmax,
int npoints)
Sets the data range and number of points for this series.
|
Figure |
funcRange(double xmin,
double xmax,
int npoints)
Sets the data range and number of points for this series.
|
Figure |
gradientVisible(boolean visible)
Sets whether bar gradients are visible.
|
Figure |
gradientVisible(boolean visible,
Object... keys) |
Figure |
group(int group)
Sets the group for this dataset.
|
Figure |
group(int group,
Object... keys) |
Figure |
histPlot(Comparable seriesName,
double[] x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax . |
Figure |
histPlot(Comparable seriesName,
double[] x,
int nbins)
Creates a histogram with the specified
nbins bins. |
Figure |
histPlot(Comparable seriesName,
float[] x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax . |
Figure |
histPlot(Comparable seriesName,
float[] x,
int nbins)
Creates a histogram with the specified
nbins bins. |
Figure |
histPlot(Comparable seriesName,
int[] x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax . |
Figure |
histPlot(Comparable seriesName,
int[] x,
int nbins)
Creates a histogram with the specified
nbins bins. |
<T0 extends Number> |
histPlot(Comparable seriesName,
List<T0> x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax . |
<T0 extends Number> |
histPlot(Comparable seriesName,
List<T0> x,
int nbins)
Creates a histogram with the specified
nbins bins. |
Figure |
histPlot(Comparable seriesName,
long[] x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax . |
Figure |
histPlot(Comparable seriesName,
long[] x,
int nbins)
Creates a histogram with the specified
nbins bins. |
Figure |
histPlot(Comparable seriesName,
SelectableDataSet sds,
String columnName,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with continuous axes.
|
Figure |
histPlot(Comparable seriesName,
SelectableDataSet sds,
String columnName,
int nbins)
Creates a histogram with continuous axes.
|
Figure |
histPlot(Comparable seriesName,
short[] x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax . |
Figure |
histPlot(Comparable seriesName,
short[] x,
int nbins)
Creates a histogram with the specified
nbins bins. |
<T0 extends Number> |
histPlot(Comparable seriesName,
T0[] x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax . |
<T0 extends Number> |
histPlot(Comparable seriesName,
T0[] x,
int nbins)
Creates a histogram with the specified
nbins bins. |
Figure |
histPlot(Comparable seriesName,
Table counts)
Creates a histogram with continuous axes.
|
Figure |
histPlot(Comparable seriesName,
Table t,
String columnName,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with continuous axes.
|
Figure |
histPlot(Comparable seriesName,
Table t,
String columnName,
int nbins)
Creates a histogram with continuous axes.
|
Figure |
invert()
Inverts this Axis so that larger values are closer to the origin.
|
Figure |
invert(boolean invert)
If
invert is true, inverts this Axis so that larger values are closer to the origin. |
Figure |
legendColor(com.illumon.iris.gui.color.Paint color)
Sets the color of the text inside the Chart's legend.
|
Figure |
legendColor(String color)
Sets the color of the text inside the Chart's legend.
|
Figure |
legendFont(Font font)
Sets the font of this Chart's legend.
|
Figure |
legendFont(String family,
String style,
int size)
Sets the font of this Chart's legend.
|
Figure |
legendVisible(boolean visible)
Sets whether the Chart's legend is shown or hidden.
|
Figure |
lineColor(int color)
Defines the default line color.
|
Figure |
lineColor(int color,
Object... keys) |
Figure |
lineColor(com.illumon.iris.gui.color.Paint color)
Defines the default line color.
|
Figure |
lineColor(com.illumon.iris.gui.color.Paint color,
Object... keys) |
Figure |
lineColor(String color)
Defines the default line color.
|
Figure |
lineColor(String color,
Object... keys) |
Figure |
lineStyle(LineStyle style)
Sets the line style.
|
Figure |
lineStyle(LineStyle style,
Object... keys) |
Figure |
linesVisible(Boolean visible)
Sets whether lines are visible.
|
Figure |
linesVisible(Boolean visible,
Object... keys) |
Figure |
log()
Sets the AxisTransform as log base 10.
|
Figure |
max(double max)
Sets the maximum range of this Axis to
max . |
Figure |
min(double min)
Sets the minimum range of this Axis to
min . |
Figure |
minorTicks(int count)
Sets the number of minor ticks between consecutive major ticks.
|
Figure |
minorTicksVisible(boolean visible)
Sets whether minor ticks are drawn on this Axis.
|
Figure |
newAxes()
Creates new
Axes with dimension 2 on this Chart. |
Figure |
newAxes(int dim)
Creates new
Axes with dimension dim on this Chart. |
Figure |
newAxes(String name)
Creates new
Axes with dimension 2 on this Chart. |
Figure |
newAxes(String name,
int dim)
Creates new
Axes with dimension dim on this Chart. |
Figure |
newChart()
Adds a new
Chart to this figure. |
Figure |
newChart(int index)
Adds a new
Chart to this figure. |
Figure |
newChart(int rowNum,
int colNum)
Adds a new
Chart to this figure. |
Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
double[] open,
double[] high,
double[] low,
double[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
float[] open,
float[] high,
float[] low,
float[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
int[] open,
int[] high,
int[] low,
int[] close)
Creates an open-high-low-close chart.
|
<T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> |
ohlcPlot(Comparable seriesName,
Date[] time,
List<T1> open,
List<T2> high,
List<T3> low,
List<T4> close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
long[] open,
long[] high,
long[] low,
long[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
short[] open,
short[] high,
short[] low,
short[] close)
Creates an open-high-low-close chart.
|
<T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> |
ohlcPlot(Comparable seriesName,
Date[] time,
T1[] open,
T2[] high,
T3[] low,
T4[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
double[] open,
double[] high,
double[] low,
double[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
float[] open,
float[] high,
float[] low,
float[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
int[] open,
int[] high,
int[] low,
int[] close)
Creates an open-high-low-close chart.
|
<T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
List<T1> open,
List<T2> high,
List<T3> low,
List<T4> close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
long[] open,
long[] high,
long[] low,
long[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
short[] open,
short[] high,
short[] low,
short[] close)
Creates an open-high-low-close chart.
|
<T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
T1[] open,
T2[] high,
T3[] low,
T4[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
IndexableNumericData time,
IndexableNumericData open,
IndexableNumericData high,
IndexableNumericData low,
IndexableNumericData close)
Creates an open-high-low-close plot of the data.
|
Figure |
ohlcPlot(Comparable seriesName,
SelectableDataSet sds,
String timeCol,
String openCol,
String highCol,
String lowCol,
String closeCol)
Creates an open-high-low-close plot of the data.
|
Figure |
ohlcPlot(Comparable seriesName,
Table t,
String timeCol,
String openCol,
String highCol,
String lowCol,
String closeCol)
Creates an open-high-low-close plot of the data.
|
Figure |
ohlcPlotBy(Comparable seriesName,
SelectableDataSet sds,
String timeCol,
String openCol,
String highCol,
String lowCol,
String closeCol,
String... byColumns)
Creates an open-high-low-close plot per distinct grouping value specified in
byColumns . |
Figure |
ohlcPlotBy(Comparable seriesName,
Table t,
String timeCol,
String openCol,
String highCol,
String lowCol,
String closeCol,
String... byColumns)
Creates an open-high-low-close plot per distinct grouping value specified in
byColumns . |
<T1 extends Comparable> |
piePlot(Comparable seriesName,
IndexableData<T1> categories,
IndexableNumericData values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
double[] values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
float[] values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
int[] values)
Creates a pie plot.
|
<T0 extends Comparable,T1 extends Number> |
piePlot(Comparable seriesName,
List<T0> categories,
List<T1> values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
long[] values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
short[] values)
Creates a pie plot.
|
<T0 extends Comparable,T1 extends Number> |
piePlot(Comparable seriesName,
List<T0> categories,
T1[] values)
Creates a pie plot.
|
Figure |
piePlot(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
double[] values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
float[] values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
int[] values)
Creates a pie plot.
|
<T0 extends Comparable,T1 extends Number> |
piePlot(Comparable seriesName,
T0[] categories,
List<T1> values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
long[] values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
short[] values)
Creates a pie plot.
|
<T0 extends Comparable,T1 extends Number> |
piePlot(Comparable seriesName,
T0[] categories,
T1[] values)
Creates a pie plot.
|
Figure |
piePlot(Comparable seriesName,
Table t,
String categories,
String values)
Creates a pie plot.
|
<T extends Number> |
plot(Comparable seriesName,
groovy.lang.Closure<T> function)
Creates an XY plot of the function.
|
Figure |
plot(Comparable seriesName,
Date[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Date[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Date[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Date[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Date[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
Date[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Date[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Date[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
Date[] x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
DBDateTime[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
DBDateTime[] x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
double[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
double[] x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DoubleUnaryOperator function)
Creates an XY plot of the function.
|
Figure |
plot(Comparable seriesName,
float[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
float[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
float[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
float[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
float[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
float[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
float[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
float[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
float[] x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
IndexableNumericData x,
IndexableNumericData y,
boolean hasXTimeAxis,
boolean hasYTimeAxis)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
int[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
int[] x,
T1[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
Date[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
DBDateTime[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
double[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
float[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
int[] y)
Creates an XY plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot(Comparable seriesName,
List<T0> x,
List<T1> y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
long[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
short[] y)
Creates an XY plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot(Comparable seriesName,
List<T0> x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
long[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
long[] x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
SelectableDataSet sds,
String x,
String y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
short[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
short[] x,
T1[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
Date[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
double[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
float[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
int[] y)
Creates an XY plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot(Comparable seriesName,
T0[] x,
List<T1> y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
long[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
short[] y)
Creates an XY plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot(Comparable seriesName,
T0[] x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Table t,
String x,
String y)
Creates an XY plot of the data.
|
<T extends Number> |
plot3d(Comparable seriesName,
groovy.lang.Closure<T> function)
Creates an XYZ plot of the function.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DoubleBinaryOperator function)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
SelectableDataSet sds,
String x,
String y,
String z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Table t,
String x,
String y,
String z)
Creates an XYZ plot of the data.
|
Figure |
plot3dBy(Comparable seriesName,
Table t,
String x,
String y,
String z,
String... byColumns)
Creates an XYZ plot per distinct grouping value specified in
byColumns . |
Figure |
plotBy(Comparable seriesName,
SelectableDataSet sds,
String x,
String y,
String... byColumns)
Creates an XY plot per distinct grouping value specified in
byColumns . |
Figure |
plotBy(Comparable seriesName,
Table t,
String x,
String y,
String... byColumns)
Creates an XY plot per distinct grouping value specified in
byColumns . |
Figure |
plotOrientation(String orientation)
Sets the orientation of plots in this Chart.
|
Figure |
plotStyle(PlotStyle style)
Sets the
PlotStyle of this Axes. |
Figure |
plotStyle(String style)
Sets the
PlotStyle of this Axes. |
<COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(groovy.lang.Closure<COLOR> colors)
Uses the closure
colors to determine point Paint . |
<COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(groovy.lang.Closure<COLOR> colors,
Object... keys) |
Figure |
pointColor(Comparable xCategory,
Comparable zCategory,
int color)
Sets the point
Paint for the specified data point (xCategory , zCategory ). |
Figure |
pointColor(Comparable xCategory,
Comparable zCategory,
com.illumon.iris.gui.color.Paint color)
Sets the point
Paint for the specified data point (xCategory , zCategory ). |
Figure |
pointColor(Comparable xCategory,
Comparable zCategory,
String color)
Sets the point
Paint for the specified data point (xCategory , zCategory ). |
Figure |
pointColor(Comparable category,
int color)
Sets the point
Paint for the specified data point. |
Figure |
pointColor(Comparable category,
int color,
Object... keys) |
Figure |
pointColor(Comparable category,
com.illumon.iris.gui.color.Paint color)
Sets the point
Paint for the specified data point. |
Figure |
pointColor(Comparable category,
com.illumon.iris.gui.color.Paint color,
Object... keys) |
Figure |
pointColor(Comparable category,
String color)
Sets the point
Paint for the specified data point. |
Figure |
pointColor(Comparable category,
String color,
Object... keys) |
<T extends com.illumon.iris.gui.color.Paint> |
pointColor(IndexableData<T> colors)
Sets the point color for data point i as
Paint
in colors at index i. |
<T extends com.illumon.iris.gui.color.Paint> |
pointColor(IndexableData<T> colors,
Object... keys) |
Figure |
pointColor(int... colors)
Sets the point color for data point i as the color palette
Paint
in colors at index i. |
Figure |
pointColor(int color)
Defines the default point color.
|
Figure |
pointColor(int[] colors,
Object... keys) |
Figure |
pointColor(Integer... colors)
Sets the point color for data point i as the color palette
Paint
in colors at index i. |
Figure |
pointColor(Integer[] colors,
Object... keys) |
Figure |
pointColor(int color,
Object... keys) |
<CATEGORY extends Comparable,COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(Map<CATEGORY,COLOR> colors)
Uses the map
colors to determine point Paint . |
<CATEGORY extends Comparable,COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(Map<CATEGORY,COLOR> colors,
Object... keys) |
Figure |
pointColor(com.illumon.iris.gui.color.Paint... colors)
Sets the point color for data point i as
Paint
in colors at index i. |
Figure |
pointColor(com.illumon.iris.gui.color.Paint color)
Defines the default point color.
|
Figure |
pointColor(com.illumon.iris.gui.color.Paint[] colors,
Object... keys) |
Figure |
pointColor(com.illumon.iris.gui.color.Paint color,
Object... keys) |
Figure |
pointColor(SelectableDataSet sds,
String columnName)
Sets the point color for data point i as
Paint
in column columnName at row i. |
Figure |
pointColor(SelectableDataSet sds,
String columnName,
Object... keys) |
Figure |
pointColor(SelectableDataSet sds,
String keyColumn,
String valueColumn)
Maps data points in the
keyColumn of the SelectableDataSet
sds to the Paint specified in the valueColumn of sds . |
Figure |
pointColor(SelectableDataSet sds,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointColor(SelectableDataSet sds,
String xCategoriesColumn,
String zCategoriesColumn,
String valueColumn)
Sets the color of data points in the (
xCategoriesColumn , zCategoriesColumn ) of the table sds to the factor
specified in the valueColumn of sds . |
<COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(SerializableBiFunction<Comparable,Comparable,COLOR> colors)
Uses the binary function
paints to determine point Paint . |
<COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(SerializableFunction<Comparable,COLOR> colors)
Uses the function
colors to determine point Paint . |
<COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(SerializableFunction<Comparable,COLOR> colors,
Object... keys) |
Figure |
pointColor(String... colors)
Sets the point color for data point i as
Paint
in colors at index i. |
Figure |
pointColor(String color)
Defines the default point color.
|
Figure |
pointColor(String[] colors,
Object... keys) |
Figure |
pointColor(String color,
Object... keys) |
Figure |
pointColor(Table t,
String columnName)
Sets the point color for data point i as
Paint
in column columnName at row i. |
Figure |
pointColor(Table t,
String columnName,
Object... keys) |
Figure |
pointColor(Table t,
String keyColumn,
String valueColumn)
Maps data points in the
keyColumn of the table t to the Paint
specified in the valueColumn of t . |
Figure |
pointColor(Table t,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointColor(Table t,
String xCategoriesColumn,
String zCategoriesColumn,
String valueColumn)
Sets the color of data points in the (
xCategoriesColumn , zCategoriesColumn ) of the table t to the factor
specified in the valueColumn of t . |
<T extends com.illumon.iris.gui.color.Paint> |
pointColorByY(groovy.lang.Closure<T> colors)
Uses the function
colors to determine point Paint . |
<T extends com.illumon.iris.gui.color.Paint> |
pointColorByY(groovy.lang.Closure<T> colors,
Object... keys) |
<T extends com.illumon.iris.gui.color.Paint> |
pointColorByY(SerializableFunction<Double,T> colors)
Uses the function
colors to determine point Paint . |
<T extends com.illumon.iris.gui.color.Paint> |
pointColorByY(SerializableFunction<Double,T> colors,
Object... keys) |
<COLOR extends Integer> |
pointColorInteger(groovy.lang.Closure<COLOR> colors)
Uses the closure
colors to determine point Paint . |
<COLOR extends Integer> |
pointColorInteger(groovy.lang.Closure<COLOR> colors,
Object... keys) |
Figure |
pointColorInteger(IndexableData<Integer> colors)
Sets the point color for data point i as the color palette
Paint
in colors at index i. |
Figure |
pointColorInteger(IndexableData<Integer> colors,
Object... keys) |
<CATEGORY extends Comparable,COLOR extends Integer> |
pointColorInteger(Map<CATEGORY,COLOR> colors)
Uses the map
colors to determine point Paint . |
<CATEGORY extends Comparable,COLOR extends Integer> |
pointColorInteger(Map<CATEGORY,COLOR> colors,
Object... keys) |
<COLOR extends Integer> |
pointColorInteger(SerializableBiFunction<Comparable,Comparable,COLOR> colors)
Uses binary function
colors to determine colors. |
<COLOR extends Integer> |
pointColorInteger(SerializableFunction<Comparable,COLOR> colors)
Uses the function
colors to determine point Paint . |
<COLOR extends Integer> |
pointColorInteger(SerializableFunction<Comparable,COLOR> colors,
Object... keys) |
<LABEL> Figure |
pointLabel(groovy.lang.Closure<LABEL> labels)
Uses the closure
labels to determine the label for input categories. |
<LABEL> Figure |
pointLabel(groovy.lang.Closure<LABEL> labels,
Object... keys) |
Figure |
pointLabel(Comparable xCategory,
Comparable zCategory,
Object label)
Sets the default label for the specified data point.
|
Figure |
pointLabel(Comparable category,
Object label)
Sets the default label for the specified data point.
|
Figure |
pointLabel(Comparable category,
Object label,
Object... keys) |
Figure |
pointLabel(IndexableData<?> labels)
Defines the labels for all indices in
labels . |
Figure |
pointLabel(IndexableData<?> labels,
Object... keys) |
<CATEGORY extends Comparable,LABEL> |
pointLabel(Map<CATEGORY,LABEL> labels)
Uses the map
labels to determine the label for each category in labels . |
<CATEGORY extends Comparable,LABEL> |
pointLabel(Map<CATEGORY,LABEL> labels,
Object... keys) |
Figure |
pointLabel(Object... labels)
Defines the labels for all indices in
labels . |
Figure |
pointLabel(Object label)
Defines the default label for points in this dataset.
|
Figure |
pointLabel(Object[] labels,
Object... keys) |
Figure |
pointLabel(Object label,
Object... keys) |
Figure |
pointLabel(SelectableDataSet sds,
String columnName)
Defines the label for data point i as the label in
column
columnName at row i. |
Figure |
pointLabel(SelectableDataSet sds,
String columnName,
Object... keys) |
Figure |
pointLabel(SelectableDataSet sds,
String keyColumn,
String valueColumn)
Maps data points in the
keyColumn of the SelectableDataSet sds
to the label specified in the valueColumn of t . |
Figure |
pointLabel(SelectableDataSet sds,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointLabel(SelectableDataSet sds,
String xCategoriesColumn,
String zCategoriesColumn,
String valueColumn)
Sets the label of data points in the (
xCategoriesColumn , zCategoriesColumn ) of the table sds to the factor
specified in the valueColumn of sds . |
<LABEL> Figure |
pointLabel(SerializableBiFunction<Comparable,Comparable,LABEL> labels)
Uses the binary function
labels to determine point label. |
<LABEL> Figure |
pointLabel(SerializableFunction<Comparable,LABEL> labels)
Uses the function
labels to determine the label for input categories. |
<LABEL> Figure |
pointLabel(SerializableFunction<Comparable,LABEL> labels,
Object... keys) |
Figure |
pointLabel(Table t,
String columnName)
Defines the label for data point i as the label in
column
columnName at row i. |
Figure |
pointLabel(Table t,
String columnName,
Object... keys) |
Figure |
pointLabel(Table t,
String keyColumn,
String valueColumn)
Maps data points in the
keyColumn of the table t to the label
specified in the valueColumn of t . |
Figure |
pointLabel(Table t,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointLabel(Table t,
String xCategoriesColumn,
String zCategoriesColumn,
String valueColumn)
Sets the label of data points in the (
xCategoriesColumn , zCategoriesColumn ) of the table t to the factor
specified in the valueColumn of t . |
Figure |
pointLabelFormat(String format)
Sets the point label format.
|
Figure |
pointLabelFormat(String format,
Object... keys) |
Figure |
pointShape(groovy.lang.Closure<String> shapes)
Uses the closure
shapes to determine the shape for input categories. |
Figure |
pointShape(groovy.lang.Closure<String> shapes,
Object... keys) |
Figure |
pointShape(Comparable category,
com.illumon.iris.gui.shape.Shape shape)
Sets the default pointShape for the specified data point.
|
Figure |
pointShape(Comparable category,
com.illumon.iris.gui.shape.Shape shape,
Object... keys) |
Figure |
pointShape(Comparable category,
String shape)
Sets the default shape for the specified data point.
|
Figure |
pointShape(Comparable category,
String shape,
Object... keys) |
Figure |
pointShape(IndexableData<String> shapes)
Defines the shapes for all indices in
shapes . |
Figure |
pointShape(IndexableData<String> shapes,
Object... keys) |
<CATEGORY extends Comparable> |
pointShape(Map<CATEGORY,String> shapes)
Uses the map
shapes to determine the shape for each category in shapes . |
<CATEGORY extends Comparable> |
pointShape(Map<CATEGORY,String> shapes,
Object... keys) |
Figure |
pointShape(SelectableDataSet sds,
String columnName)
Defines the shape for data point i as the shape in
column
columnName at row i. |
Figure |
pointShape(SelectableDataSet sds,
String columnName,
Object... keys) |
Figure |
pointShape(SelectableDataSet sds,
String keyColumn,
String valueColumn)
Maps data points in the
keyColumn of the SelectableDataSet sds
to the shape specified in the valueColumn of t . |
Figure |
pointShape(SelectableDataSet sds,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointShape(SerializableFunction<Comparable,String> shapes)
Uses the function
shapes to determine the shape for input categories. |
Figure |
pointShape(SerializableFunction<Comparable,String> shapes,
Object... keys) |
Figure |
pointShape(com.illumon.iris.gui.shape.Shape... shapes)
Defines the pointShapes for all indices in
pointShapes . |
Figure |
pointShape(com.illumon.iris.gui.shape.Shape shape)
Defines the default shape for points in this dataset.
|
Figure |
pointShape(com.illumon.iris.gui.shape.Shape[] shapes,
Object... keys) |
Figure |
pointShape(com.illumon.iris.gui.shape.Shape shape,
Object... keys) |
Figure |
pointShape(String... shapes)
Defines the shapes for all indices in
shapes . |
Figure |
pointShape(String shape)
Defines the default shape for points in this dataset.
|
Figure |
pointShape(String[] shapes,
Object... keys) |
Figure |
pointShape(String shape,
Object... keys) |
Figure |
pointShape(Table t,
String columnName)
Defines the shape for data point i as the shape in
column
columnName at row i. |
Figure |
pointShape(Table t,
String columnName,
Object... keys) |
Figure |
pointShape(Table t,
String keyColumn,
String valueColumn)
Maps data points in the
keyColumn of the table t to the shape
specified in the valueColumn of t . |
Figure |
pointShape(Table t,
String keyColumn,
String valueColumn,
Object... keys) |
<CATEGORY extends Comparable> |
pointSize(CATEGORY[] categories,
double[] factors)
Sets the point sizes for the specified data points.
|
<CATEGORY extends Comparable> |
pointSize(CATEGORY[] categories,
double[] factors,
Object... keys) |
<CATEGORY extends Comparable> |
pointSize(CATEGORY[] categories,
int[] factors)
Sets the point sizes for the specified data points.
|
<CATEGORY extends Comparable> |
pointSize(CATEGORY[] categories,
int[] factors,
Object... keys) |
<CATEGORY extends Comparable> |
pointSize(CATEGORY[] categories,
long[] factors)
Sets the point sizes for the specified data points.
|
<CATEGORY extends Comparable> |
pointSize(CATEGORY[] categories,
long[] factors,
Object... keys) |
<CATEGORY extends Comparable,NUMBER extends Number> |
pointSize(CATEGORY[] categories,
NUMBER[] factors)
Sets the point sizes for the specified data points.
|
<CATEGORY extends Comparable,NUMBER extends Number> |
pointSize(CATEGORY[] categories,
NUMBER[] factors,
Object... keys) |
<NUMBER extends Number> |
pointSize(groovy.lang.Closure<NUMBER> factors)
Uses the closure
factors to determine the point sizes for this dataset. |
<NUMBER extends Number> |
pointSize(groovy.lang.Closure<NUMBER> factors,
Object... keys) |
Figure |
pointSize(Comparable xCategory,
Comparable zCategory,
double factor)
Sets the default point size for the specified data point.
|
Figure |
pointSize(Comparable xCategory,
Comparable zCategory,
int factor)
Sets the default point size for the specified data point (
xCategory , zCategory ). |
Figure |
pointSize(Comparable xCategory,
Comparable zCategory,
long factor)
Sets the default point size for the specified data point (
xCategory , zCategory ). |
Figure |
pointSize(Comparable xCategory,
Comparable zCategory,
Number factor)
Sets the point size for the specified data point (
xCategory , zCategory ). |
Figure |
pointSize(Comparable category,
double factor)
Sets the default point size for the specified data point.
|
Figure |
pointSize(Comparable category,
double factor,
Object... keys) |
Figure |
pointSize(Comparable category,
int factor)
Sets the default point size for the specified data point.
|
Figure |
pointSize(Comparable category,
int factor,
Object... keys) |
Figure |
pointSize(Comparable category,
long factor)
Sets the default point size for the specified data point.
|
Figure |
pointSize(Comparable category,
long factor,
Object... keys) |
Figure |
pointSize(Comparable category,
Number factor)
Sets the point size for the specified data point.
|
Figure |
pointSize(Comparable category,
Number factor,
Object... keys) |
Figure |
pointSize(double... factors)
Sets the point size for all indices in
factors . |
Figure |
pointSize(double factor)
Gets the default point size.
|
Figure |
pointSize(double[] factors,
Object... keys) |
Figure |
pointSize(IndexableData<Double> factors)
Sets the point size for all indices in
factors . |
Figure |
pointSize(IndexableData<Double> factors,
Object... keys) |
Figure |
pointSize(int... factors)
Sets the point size for all indices in
factors . |
Figure |
pointSize(int factor)
Gets the default point size.
|
Figure |
pointSize(int[] factors,
Object... keys) |
Figure |
pointSize(long... factors)
Sets the point size for all indices in
factors . |
Figure |
pointSize(long factor)
Gets the default point size.
|
Figure |
pointSize(long[] factors,
Object... keys) |
<CATEGORY extends Comparable,NUMBER extends Number> |
pointSize(Map<CATEGORY,NUMBER> factors)
Uses the mapping
factors to determine the point sizes for the specified data points. |
<CATEGORY extends Comparable,NUMBER extends Number> |
pointSize(Map<CATEGORY,NUMBER> factors,
Object... keys) |
Figure |
pointSize(Number factor)
Gets the default point size.
|
Figure |
pointSize(Number factor,
Object... keys) |
Figure |
pointSize(SelectableDataSet sds,
String columnName)
Sets the point size for data point i as factor
in column
columnName at row i. |
Figure |
pointSize(SelectableDataSet sds,
String columnName,
Object... keys) |
Figure |
pointSize(SelectableDataSet sds,
String keyColumn,
String valueColumn)
Sets the size of data points in the
keyColumn of the table sds to the factor
specified in the valueColumn of sds . |
Figure |
pointSize(SelectableDataSet sds,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointSize(SelectableDataSet sds,
String xCategoriesColumn,
String zCategoriesColumn,
String valueColumn)
Sets the size of data points at the (
xCategoriesColumn , zCategoriesColumn ) of the table sds to the factor
specified in the valueColumn of sds . |
<NUMBER extends Number> |
pointSize(SerializableBiFunction<Comparable,Comparable,NUMBER> factors)
Uses the binary function
factors to determine point size. |
<NUMBER extends Number> |
pointSize(SerializableFunction<Comparable,NUMBER> factors)
Uses the function
factors to determine the point sizes for this dataset. |
<NUMBER extends Number> |
pointSize(SerializableFunction<Comparable,NUMBER> factors,
Object... keys) |
<T extends Number> |
pointSize(T[] factors)
Sets the point size for all indices in
factors . |
<T extends Number> |
pointSize(T[] factors,
Object... keys) |
Figure |
pointSize(Table t,
String columnName)
Sets the point size for data point i as factor
in column
columnName at row i. |
Figure |
pointSize(Table t,
String columnName,
Object... keys) |
Figure |
pointSize(Table t,
String keyColumn,
String valueColumn)
Sets the size of data points in the
keyColumn of the table t to the factor
specified in the valueColumn of t . |
Figure |
pointSize(Table t,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointSize(Table t,
String xCategoriesColumn,
String zCategoriesColumn,
String valueColumn)
Sets the size of data points at the (
xCategoriesColumn , zCategoriesColumn ) of the table t to the factor
specified in the valueColumn of t . |
<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> |
pointSize(XCATEGORY[] xCategories,
ZCATEGORY[] zCategories,
double[] factors)
Sets the point sizes for the specified data points.
|
<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> |
pointSize(XCATEGORY[] xCategories,
ZCATEGORY[] zCategories,
int[] factors)
Sets the point sizes for the specified data points.
|
<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> |
pointSize(XCATEGORY[] xCategories,
ZCATEGORY[] zCategories,
long[] factors)
Sets the point sizes for the specified data points.
|
<XCATEGORY extends Comparable,ZCATEGORY extends Comparable,NUMBER extends Number> |
pointSize(XCATEGORY[] xCategories,
ZCATEGORY[] zCategories,
NUMBER[] factors)
Sets the point sizes for the specified data points.
|
Figure |
pointsVisible(Boolean visible)
Sets whether points are visible.
|
Figure |
pointsVisible(Boolean visible,
Object... keys) |
Figure |
range(double min,
double max)
Sets the range of this Axis to [
min , max ] inclusive. |
Figure |
removeChart(int index)
Removes the chart at the
index from this Figure's grid. |
Figure |
removeChart(int rowNum,
int colNum)
Removes the chart at the[
rowNum , colNum from this Figure's grid. |
Figure |
rowSpan(int n)
Sets the size of this Chart within the grid of the figure.
|
Figure |
save(String saveLocation)
Saves the Figure as an image to the specified
saveLocation . |
Figure |
save(String saveLocation,
int width,
int height)
Saves the Figure as an image to the specified
saveLocation . |
Figure |
series(Comparable name)
Gets a data series by name.
|
Figure |
series(int id)
Gets a data series by id.
|
Figure |
seriesColor(int color)
Defines the default line and point color.
|
Figure |
seriesColor(int color,
Object... keys) |
Figure |
seriesColor(com.illumon.iris.gui.color.Paint color)
Defines the default line and point color.
|
Figure |
seriesColor(com.illumon.iris.gui.color.Paint color,
Object... keys) |
Figure |
seriesColor(String color)
Defines the default line and point color.
|
Figure |
seriesColor(String color,
Object... keys) |
Figure |
seriesNamingFunction(groovy.lang.Closure<String> namingFunction)
Defines the procedure to name a generated series.
|
Figure |
seriesNamingFunction(SerializableFunction<Object,String> namingFunction)
Defines the procedure to name a generated series.
|
Figure |
show()
Creates a GUI widget for the figure.
|
Figure |
span(int rowSpan,
int colSpan)
Sets the size of this Chart within the grid of the figure.
|
Figure |
theme(String theme)
Sets the
Theme of this Figure |
Figure |
theme(Theme theme)
Sets the
Theme of this Figure |
Figure |
tickLabelAngle(double angle)
Sets the angle the tick labels of this Axis are drawn at.
|
Figure |
ticks(double gapBetweenTicks)
Sets the distance between major ticks.
|
Figure |
ticks(double[] tickLocations)
Sets the locations of the major ticks.
|
Figure |
ticksFont(Font font)
Sets the font for this Axis's ticks.
|
Figure |
ticksFont(String family,
String style,
int size)
Sets the font for this Axis's ticks.
|
Figure |
ticksVisible(boolean visible)
Sets whether ticks are drawn on this Axis.
|
Figure |
toolTipPattern(String format)
Sets the tooltip format.
|
Figure |
toolTipPattern(String format,
Object... keys) |
Figure |
transform(AxisTransform transform)
Sets the
AxisTransform for this Axis. |
Figure |
twin()
Creates a new Axes instance which shares the same
Axis
objects as this Axes. |
Figure |
twin(int dim)
Creates a new Axes instance which shares the same
Axis
object at dimension dim as this Axes. |
Figure |
twin(String name)
Creates a new Axes instance which shares the same
Axis
objects as this Axes. |
Figure |
twin(String name,
int dim)
Creates a new Axes instance which shares the same
Axis
object at dimension dim as this Axes. |
Figure |
twinX()
Creates a new Axes instance which shares the same x-
Axis
as this Axes. |
Figure |
twinX(String name)
Creates a new Axes instance which shares the same x-
Axis
as this Axes. |
Figure |
twinY()
Creates a new Axes instance which shares the same y-
Axis
as this Axes. |
Figure |
twinY(String name)
Creates a new Axes instance which shares the same y-
Axis
as this Axes. |
Figure |
twinZ()
Creates a new Axes instance which shares the same z-
Axis
as this Axes. |
Figure |
twinZ(String name)
Creates a new Axes instance which shares the same z-
Axis
as this Axes. |
Figure |
updateInterval(long updateIntervalMillis)
Sets the update interval of this Figure.
|
Figure |
xAxis()
Gets the
Axis representing the x-axis |
Figure |
xBusinessTime()
|
Figure |
xBusinessTime(BusinessCalendar calendar)
|
Figure |
xColor(com.illumon.iris.gui.color.Paint color)
Sets the color of the x-
Axis |
Figure |
xColor(String color)
Sets the color of the x-
Axis |
Figure |
xFormat(AxisFormat format)
Sets the
AxisFormat of the x-Axis |
Figure |
xFormatPattern(String pattern)
Sets the format pattern of the x-
Axis |
Figure |
xInvert()
Inverts the x-
Axis so that larger values are closer to the origin. |
Figure |
xInvert(boolean invert)
If
invert is true, inverts the x-Axis so that larger values are closer to the origin. |
Figure |
xLabel(String label)
Sets the label of the x-
Axis |
Figure |
xLabelFont(Font font)
Sets the font for the x-
Axis label. |
Figure |
xLabelFont(String family,
String style,
int size)
Sets the font for the x-
Axis label. |
Figure |
xLog()
Sets the
AxisTransform of the x-Axis to log base 10 |
Figure |
xMax(double max)
Sets the maximum of the x-
Axis |
Figure |
xMin(double min)
Sets the minimum of the x-
Axis |
Figure |
xMinorTicks(int count)
Sets the number of minor ticks between consecutive major ticks
in the x-
Axis . |
Figure |
xMinorTicksVisible(boolean visible)
Sets whether the x-
Axis minor ticks are visible. |
Figure |
xRange(double min,
double max)
Sets the range of the x-
Axis |
Figure |
xTickLabelAngle(double angle)
Sets the angle the tick labels the x-
Axis are drawn at. |
Figure |
xTicks(double gapBetweenTicks)
Sets the spacing between the x-
Axis major ticks. |
Figure |
xTicks(double[] tickLocations)
Sets the locations of the x-
Axis major ticks. |
Figure |
xTicksFont(Font font)
Sets the font for the x-
Axis ticks. |
Figure |
xTicksFont(String family,
String style,
int size)
Sets the font for the x-
Axis ticks. |
Figure |
xTicksVisible(boolean visible)
Sets whether the x-
Axis ticks are visible. |
Figure |
xToolTipPattern(String format)
Sets the x-value tooltip format.
|
Figure |
xToolTipPattern(String format,
Object... keys) |
Figure |
xTransform(AxisTransform transform)
Sets the
AxisTransform of the x-Axis |
Figure |
yAxis()
Gets the
Axis representing the y-axis |
Figure |
yBusinessTime()
|
Figure |
yBusinessTime(BusinessCalendar calendar)
|
Figure |
yColor(com.illumon.iris.gui.color.Paint color)
Sets the color of the y-
Axis |
Figure |
yColor(String color)
Sets the color of the y-
Axis |
Figure |
yFormat(AxisFormat format)
Sets the
AxisFormat of the y-Axis |
Figure |
yFormatPattern(String pattern)
Sets the format pattern of the y-
Axis |
Figure |
yInvert()
Inverts the y-
Axis so that larger values are closer to the origin. |
Figure |
yInvert(boolean invert)
If
invert is true, inverts the y-Axis so that larger values are closer to the origin. |
Figure |
yLabel(String label)
Sets the label of the y-
Axis |
Figure |
yLabelFont(Font font)
Sets the font for the y-
Axis label. |
Figure |
yLabelFont(String family,
String style,
int size)
Sets the font for the y-
Axis label. |
Figure |
yLog()
Sets the
AxisTransform of the y-Axis to log base 10 |
Figure |
yMax(double max)
Sets the maximum of the y-
Axis |
Figure |
yMin(double min)
Sets the minimum of the y-
Axis |
Figure |
yMinorTicks(int count)
Sets the number of minor ticks between consecutive major ticks
in the y-
Axis . |
Figure |
yMinorTicksVisible(boolean visible)
Sets whether the y-
Axis minor ticks are visible. |
Figure |
yRange(double min,
double max)
Sets the range of the y-
Axis |
Figure |
yTickLabelAngle(double angle)
Sets the angle the tick labels the y-
Axis are drawn at. |
Figure |
yTicks(double gapBetweenTicks)
Sets the spacing between the y-
Axis major ticks. |
Figure |
yTicks(double[] tickLocations)
Sets the locations of the y-
Axis major ticks. |
Figure |
yTicksFont(Font font)
Sets the font for the y-
Axis ticks. |
Figure |
yTicksFont(String family,
String style,
int size)
Sets the font for the y-
Axis ticks. |
Figure |
yTicksVisible(boolean visible)
Sets whether the y-
Axis ticks are visible. |
Figure |
yToolTipPattern(String format)
Sets the y-value tooltip format.
|
Figure |
yToolTipPattern(String format,
Object... keys) |
Figure |
yTransform(AxisTransform transform)
Sets the
AxisTransform of the y-Axis |
Figure |
zAxis()
Gets the
Axis representing the z-axis |
Figure |
zBusinessTime()
|
Figure |
zBusinessTime(BusinessCalendar calendar)
|
Figure |
zColor(com.illumon.iris.gui.color.Paint color)
Sets the color of the z-
Axis |
Figure |
zColor(String color)
Sets the color of the z-
Axis |
Figure |
zFormat(AxisFormat format)
Sets the
AxisFormat of the z-Axis |
Figure |
zFormatPattern(String pattern)
Sets the format pattern of the z-
Axis |
Figure |
zInvert()
Inverts the z-
Axis so that larger values are closer to the origin. |
Figure |
zInvert(boolean invert)
If
invert is true, inverts the z-Axis so that larger values are closer to the origin. |
Figure |
zLabel(String label)
Sets the label of the z-
Axis |
Figure |
zLabelFont(Font font)
Sets the font for the z-
Axis label. |
Figure |
zLabelFont(String family,
String style,
int size)
Sets the font for the z-
Axis label. |
Figure |
zLog()
Sets the
AxisTransform of the z-Axis to log base 10 |
Figure |
zMax(double max)
Sets the maximum of the z-
Axis |
Figure |
zMin(double min)
Sets the minimum of the z-
Axis |
Figure |
zMinorTicks(int count)
Sets the number of minor ticks between consecutive major ticks
in the z-
Axis . |
Figure |
zMinorTicksVisible(boolean visible)
Sets whether the z-
Axis minor ticks are visible. |
Figure |
zRange(double min,
double max)
Sets the range of the z-
Axis |
Figure |
zTickLabelAngle(double angle)
Sets the angle the tick labels the z-
Axis are drawn at. |
Figure |
zTicks(double gapBetweenTicks)
Sets the spacing between the z-
Axis major ticks. |
Figure |
zTicks(double[] tickLocations)
Sets the locations of the z-
Axis major ticks. |
Figure |
zTicksFont(Font font)
Sets the font for the z-
Axis ticks. |
Figure |
zTicksFont(String family,
String style,
int size)
Sets the font for the z-
Axis ticks. |
Figure |
zTicksVisible(boolean visible)
Sets whether the z-
Axis ticks are visible. |
Figure |
zToolTipPattern(String format)
Sets the z-value tooltip format.
|
Figure |
zTransform(AxisTransform transform)
Sets the
AxisTransform of the z-Axis |
Figure show()
Figure axesRemoveSeries(String... names)
Axes
names
from this Axes.axesRemoveSeries
in interface Axes
names
- series namesFigure axis(int dim)
Axes
Axis
at dimension dim
.
The x-axis is dimension 0, y-axis dimension 1, and the z-axis dimension 2.Figure axisColor(String color)
Axis
Figure axisColor(com.illumon.iris.gui.color.Paint color)
Axis
Figure axisFormat(AxisFormat format)
Axis
AxisFormat
for this Axis.axisFormat
in interface Axis
format
- axis formatFigure axisFormatPattern(String pattern)
Axis
axisFormatPattern
in interface Axis
pattern
- axis format patternFigure axisLabel(String label)
Axis
Figure axisLabelFont(Font font)
Axis
axisLabelFont
in interface Axis
font
- fontFigure axisLabelFont(String family, String style, int size)
Axis
axisLabelFont
in interface Axis
family
- font family; if null, set to Arialstyle
- font style; if null, set to Font.FontStyle
PLAINsize
- the point size of the FontFigure businessTime()
Axis
AxisTransform
as a new AxisTransformBusinessCalendar
.
The BusinessCalendar
used is the configured default.businessTime
in interface Axis
Figure businessTime(BusinessCalendar calendar)
Axis
AxisTransform
as a new AxisTransformBusinessCalendar
.businessTime
in interface Axis
calendar
- business calendar of the AxisTransformBusinessCalendar
<T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> Figure catErrorBar(Comparable seriesName, T0[] categories, T1[] values, T2[] yLow, T3[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataT1
- type of the numeric dataT2
- type of the numeric dataT3
- type of the numeric dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, double[] values, double[] yLow, double[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, float[] values, float[] yLow, float[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, int[] values, int[] yLow, int[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, long[] values, long[] yLow, long[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, DBDateTime[] values, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, Date[] values, Date[] yLow, Date[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, short[] values, short[] yLow, short[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> Figure catErrorBar(Comparable seriesName, T0[] categories, List<T1> values, List<T2> yLow, List<T3> yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataT1
- type of the numeric dataT2
- type of the numeric dataT3
- type of the numeric dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> Figure catErrorBar(Comparable seriesName, List<T0> categories, T1[] values, T2[] yLow, T3[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataT1
- type of the numeric dataT2
- type of the numeric dataT3
- type of the numeric dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, double[] values, double[] yLow, double[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, float[] values, float[] yLow, float[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, int[] values, int[] yLow, int[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, long[] values, long[] yLow, long[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, short[] values, short[] yLow, short[] yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> Figure catErrorBar(Comparable seriesName, List<T0> categories, List<T1> values, List<T2> yLow, List<T3> yHigh)
Axes
catErrorBar
in interface Axes
T0
- type of the categorical dataT1
- type of the numeric dataT2
- type of the numeric dataT3
- type of the numeric dataseriesName
- name of the created datasetcategories
- discrete datavalues
- numeric datayLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure catErrorBar(Comparable seriesName, SelectableDataSet sds, String categories, String values, String yLow, String yHigh)
Axes
catErrorBar
in interface Axes
seriesName
- name of the created datasetsds
- selectable datasetcategories
- column in sds
that holds the discrete datavalues
- column in sds
that holds the numeric datayLow
- column in sds
that holds the low whisker value in the y directionyHigh
- column in sds
that holds the high whisker value in the y directionFigure catErrorBar(Comparable seriesName, Table t, String categories, String values, String yLow, String yHigh)
Axes
catErrorBar
in interface Axes
seriesName
- name of the created datasett
- tablecategories
- column in t
that holds the discrete datavalues
- column in t
that holds the numeric datayLow
- column in t
that holds the low whisker value in the y directionyHigh
- column in t
that holds the high whisker value in the y directionFigure catErrorBarBy(Comparable seriesName, SelectableDataSet sds, String categories, String values, String yLow, String yHigh, String... byColumns)
Axes
byColumns
.catErrorBarBy
in interface Axes
seriesName
- name of the created datasetsds
- selectable datasetcategories
- column in sds
that holds the discrete datavalues
- column in sds
that holds the numeric datayLow
- column in sds
that holds the low whisker value in the y directionyHigh
- column in sds
that holds the high whisker value in the y directionbyColumns
- column(s) in sds
that holds the grouping dataFigure catErrorBarBy(Comparable seriesName, Table t, String categories, String values, String yLow, String yHigh, String... byColumns)
Axes
byColumns
.catErrorBarBy
in interface Axes
seriesName
- name of the created datasett
- tablecategories
- column in t
that holds the discrete datavalues
- column in t
that holds the numeric datayLow
- column in t
that holds the low whisker value in the y directionyHigh
- column in t
that holds the high whisker value in the y directionbyColumns
- column(s) in t
that holds the grouping data<T extends Comparable> Figure catHistPlot(Comparable seriesName, T[] x)
Axes
x
.catHistPlot
in interface Axes
T
- data type of the categorical dataseriesName
- name of the created datasetx
- dataFigure catHistPlot(Comparable seriesName, double[] x)
Axes
x
.catHistPlot
in interface Axes
seriesName
- name of the created datasetx
- dataFigure catHistPlot(Comparable seriesName, float[] x)
Axes
x
.catHistPlot
in interface Axes
seriesName
- name of the created datasetx
- dataFigure catHistPlot(Comparable seriesName, int[] x)
Axes
x
.catHistPlot
in interface Axes
seriesName
- name of the created datasetx
- dataFigure catHistPlot(Comparable seriesName, long[] x)
Axes
x
.catHistPlot
in interface Axes
seriesName
- name of the created datasetx
- data<T extends Comparable> Figure catHistPlot(Comparable seriesName, List<T> x)
Axes
x
.catHistPlot
in interface Axes
T
- data type of the categorical dataseriesName
- name of the created datasetx
- dataFigure catHistPlot(Comparable seriesName, SelectableDataSet sds, String columnName)
Axes
columnName
column of sds
.
Supports filtering e.g. with a OneClickcatHistPlot
in interface Axes
seriesName
- name of the created datasetsds
- selectable data setcolumnName
- column in sds
Figure catHistPlot(Comparable seriesName, Table t, String columnName)
Axes
columnName
column of t
.catHistPlot
in interface Axes
seriesName
- name of the created datasett
- tablecolumnName
- column in t
<T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, T0[] categories, T1[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, double[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, float[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, int[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, long[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, DBDateTime[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, Date[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, short[] values)
Axes
<T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, T0[] categories, List<T1> values)
Axes
<T1 extends Comparable> Figure catPlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData values)
Axes
<T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, List<T0> categories, T1[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, double[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, float[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, int[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, long[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, DBDateTime[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, Date[] values)
Axes
<T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, short[] values)
Axes
<T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, List<T0> categories, List<T1> values)
Axes
Figure catPlot(Comparable seriesName, SelectableDataSet sds, String categories, String values)
Axes
Figure catPlot(Comparable seriesName, Table t, String categories, String values)
Axes
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, T2[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataT2
- type of the numeric dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, double[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, float[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, int[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, long[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, DBDateTime[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, Date[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, short[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, List<T2> values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataT2
- type of the numeric dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, T2[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataT2
- type of the numeric dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, double[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, float[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, int[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, long[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, DBDateTime[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, Date[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, short[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, List<T2> values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataT2
- type of the numeric dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, T2[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataT2
- type of the numeric dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, double[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, float[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, int[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, long[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, DBDateTime[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, Date[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, short[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, List<T2> values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataT2
- type of the numeric dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, T2[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataT2
- type of the numeric dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, double[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, float[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, int[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, long[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, DBDateTime[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, Date[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, short[] values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, List<T2> values)
Axes
catPlot3d
in interface Axes
T0
- type of the xCategories dataT1
- type of the zCategories dataT2
- type of the numeric dataseriesName
- name of the created datasetxCategories
- set of discrete categories on x-axiszCategories
- set of discrete categories on z-axisvalues
- numeric dataFigure catPlot3d(Comparable seriesName, SelectableDataSet sds, String xCategoriesColumn, String zCategoriesColumn, String valuesColumn)
Axes
catPlot3d
in interface Axes
seriesName
- name of the created datasetsds
- selectable data setxCategoriesColumn
- column in t
holding category1 datazCategoriesColumn
- column in t
holding category2 datavaluesColumn
- column in sds
holding numeric dataFigure catPlot3d(Comparable seriesName, Table t, String xCategoriesColumn, String zCategoriesColumn, String valuesColumn)
Axes
catPlot3d
in interface Axes
seriesName
- name of the created datasett
- tablexCategoriesColumn
- column in t
holding xCategoriesColumn datazCategoriesColumn
- column in t
holding zCategoriesColumn datavaluesColumn
- column in t
holding numeric dataFigure catPlot3dBy(Comparable seriesName, Table t, String xCategoriesColumn, String zCategoriesColumn, String valuesColumn, String... byColumns)
Axes
byColumns
.catPlot3dBy
in interface Axes
seriesName
- name of the created datasett
- tablexCategoriesColumn
- column in t
holding discrete datazCategoriesColumn
- column in t
holding discrete datavaluesColumn
- column in t
holding numeric databyColumns
- column(s) in t
that holds the grouping dataFigure catPlotBy(Comparable seriesName, SelectableDataSet sds, String categories, String values, String... byColumns)
Axes
byColumns
.
Supports filtering e.g. with a OneClickcatPlotBy
in interface Axes
seriesName
- name of the created datasetsds
- selectable data setcategories
- column in sds
holding discrete datavalues
- column in sds
holding numeric databyColumns
- column(s) in sds
that holds the grouping dataFigure catPlotBy(Comparable seriesName, Table t, String categories, String values, String... byColumns)
Axes
byColumns
.Figure chart(int index)
BaseFigure
index
from this Figure's grid.
The index starts at 0 in the upper left hand corner of the grid and increases
going left to right, top to bottom. E.g. for a 2x2 Figure, the indices would be
[0, 1]
[2, 3]chart
in interface BaseFigure
index
- indexChart
Figure chart(int rowNum, int colNum)
BaseFigure
rowNum
, colNum
from this Figure's grid.
Row and column numbers start at 0 in the upper left hand corner of the grid and increase
going top to bottom and left to right respectively. E.g. for a 2x2 Figure, the coordinates would be
[(0,0), (0,1)]
[(1,0), (1,1)]chart
in interface BaseFigure
rowNum
- row index of this Figure's gridcolNum
- column index of this Figure's gridChart
Figure chartRemoveSeries(String... names)
Chart
names
from this Chart.chartRemoveSeries
in interface Chart
names
- series namesFigure chartTitle(String title)
Chart
chartTitle
in interface Chart
title
- titleFigure chartTitleColor(String color)
Chart
chartTitleColor
in interface Chart
color
- colorFigure chartTitleColor(com.illumon.iris.gui.color.Paint color)
Chart
chartTitleColor
in interface Chart
color
- colorFigure chartTitleFont(Font font)
Chart
chartTitleFont
in interface Chart
font
- fontFigure chartTitleFont(String family, String style, int size)
Chart
chartTitleFont
in interface Chart
family
- font family; if null, set to Arialstyle
- font style; if null, set to Font.FontStyle
PLAINsize
- the point size of the FontFigure colSpan(int n)
Chart
<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y)
Axes
errorBarX
in interface Axes
T0
- data typeT1
- data typeT2
- data typeT3
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-values<T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, DBDateTime[] y)
Axes
errorBarX
in interface Axes
T0
- data typeT1
- data typeT2
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-values<T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y)
Axes
errorBarX
in interface Axes
T0
- data typeT1
- data typeT2
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesFigure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y)
Axes
Figure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, DBDateTime[] y)
Axes
Figure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y)
Axes
Figure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y)
Axes
Figure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, DBDateTime[] y)
Axes
Figure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y)
Axes
Figure errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y)
Axes
Figure errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, DBDateTime[] y)
Axes
Figure errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y)
Axes
Figure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y)
Axes
Figure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, DBDateTime[] y)
Axes
Figure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y)
Axes
<T3 extends Number> Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, T3[] y)
Axes
Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, double[] y)
Axes
Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, float[] y)
Axes
Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, int[] y)
Axes
Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, long[] y)
Axes
Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, DBDateTime[] y)
Axes
Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, short[] y)
Axes
<T3 extends Number> Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, List<T3> y)
Axes
<T3 extends Number> Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y)
Axes
Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y)
Axes
Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y)
Axes
Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y)
Axes
Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y)
Axes
Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y)
Axes
Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y)
Axes
<T3 extends Number> Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y)
Axes
Figure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, DBDateTime[] y)
Axes
Figure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y)
Axes
Figure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y)
Axes
<T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarX(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, DBDateTime[] y)
Axes
errorBarX
in interface Axes
T0
- data typeT1
- data typeT2
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-values<T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarX(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y)
Axes
errorBarX
in interface Axes
T0
- data typeT1
- data typeT2
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-values<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarX(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y)
Axes
errorBarX
in interface Axes
T0
- data typeT1
- data typeT2
- data typeT3
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesFigure errorBarX(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y)
Axes
errorBarX
in interface Axes
seriesName
- name of the created datasetsds
- selectable datasetx
- column in sds
that holds the x-variable dataxLow
- column in sds
that holds the low whisker value in the x directionxHigh
- column in sds
that holds the high whisker value in the x directiony
- column in sds
that holds the y-variable dataFigure errorBarX(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y)
Axes
errorBarX
in interface Axes
seriesName
- name of the created datasett
- tablex
- column in t
that holds the x-variable dataxLow
- column in t
that holds the low whisker value in the x directionxHigh
- column in t
that holds the high whisker value in the x directiony
- column in t
that holds the y-variable dataFigure errorBarXBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String... byColumns)
Axes
byColumns
.errorBarXBy
in interface Axes
seriesName
- name of the created datasetsds
- selectable datasetx
- column in sds
that holds the x-variable dataxLow
- column in sds
that holds the low whisker value in the x directionxHigh
- column in sds
that holds the high whisker value in the x directiony
- column in sds
that holds the y-variable databyColumns
- column(s) in sds
that holds the grouping dataFigure errorBarXBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String... byColumns)
Axes
byColumns
.errorBarXBy
in interface Axes
seriesName
- name of the created datasett
- tablex
- column in t
that holds the x-variable dataxLow
- column in t
that holds the low whisker value in the x directionxHigh
- column in t
that holds the high whisker value in the x directiony
- column in t
that holds the y-variable databyColumns
- column(s) in t
that holds the grouping data<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number,T5 extends Number> Figure errorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y, T4[] yLow, T5[] yHigh)
Axes
errorBarXY
in interface Axes
T0
- data typeT1
- data typeT2
- data typeT3
- data typeT4
- data typeT5
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
errorBarXY
in interface Axes
T0
- data typeT1
- data typeT2
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
Axes
errorBarXY
in interface Axes
T0
- data typeT1
- data typeT2
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y, double[] yLow, double[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y, float[] yLow, float[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y, int[] yLow, int[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y, long[] yLow, long[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T3 extends Number,T4 extends Number,T5 extends Number> Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, T3[] y, T4[] yLow, T5[] yHigh)
Axes
errorBarXY
in interface Axes
T3
- data typeT4
- data typeT5
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, double[] y, double[] yLow, double[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, float[] y, float[] yLow, float[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, int[] y, int[] yLow, int[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, long[] y, long[] yLow, long[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, short[] y, short[] yLow, short[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T3 extends Number,T4 extends Number,T5 extends Number> Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh)
Axes
errorBarXY
in interface Axes
T3
- data typeT4
- data typeT5
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T3 extends Number,T4 extends Number,T5 extends Number> Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y, T4[] yLow, T5[] yHigh)
Axes
errorBarXY
in interface Axes
T3
- data typeT4
- data typeT5
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y, double[] yLow, double[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y, float[] yLow, float[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y, int[] yLow, int[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y, long[] yLow, long[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y, short[] yLow, short[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T3 extends Number,T4 extends Number,T5 extends Number> Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh)
Axes
errorBarXY
in interface Axes
T3
- data typeT4
- data typeT5
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y, short[] yLow, short[] yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
errorBarXY
in interface Axes
T0
- data typeT1
- data typeT2
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y, Date[] yLow, Date[] yHigh)
Axes
errorBarXY
in interface Axes
T0
- data typeT1
- data typeT2
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number,T5 extends Number> Figure errorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh)
Axes
errorBarXY
in interface Axes
T0
- data typeT1
- data typeT2
- data typeT3
- data typeT4
- data typeT5
- data typeseriesName
- name of the created datasetx
- x-valuesxLow
- low whisker value in x directionxHigh
- high whisker value in x directiony
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarXY(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasetsds
- selectable datasetx
- column in sds
that holds the x-variable dataxLow
- column in sds
that holds the low whisker value in the x directionxHigh
- column in sds
that holds the high whisker value in the x directiony
- column in sds
that holds the y-variable datayLow
- column in sds
that holds the low whisker value in the y directionyHigh
- column in sds
that holds the high whisker value in the y directionFigure errorBarXY(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh)
Axes
errorBarXY
in interface Axes
seriesName
- name of the created datasett
- tablex
- column in t
that holds the x-variable dataxLow
- column in t
that holds the low whisker value in the x directionxHigh
- column in t
that holds the high whisker value in the x directiony
- column in t
that holds the y-variable datayLow
- column in t
that holds the low whisker value in the y directionyHigh
- column in t
that holds the high whisker value in the y directionFigure errorBarXYBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns)
Axes
byColumns
.errorBarXYBy
in interface Axes
seriesName
- name of the created datasetsds
- selectable datasetx
- column in sds
that holds the x-variable dataxLow
- column in sds
that holds the low whisker value in the x directionxHigh
- column in sds
that holds the high whisker value in the x directiony
- column in sds
that holds the y-variable datayLow
- column in sds
that holds the low whisker value in the y directionyHigh
- column in sds
that holds the high whisker value in the y directionbyColumns
- column(s) in sds
that holds the grouping dataFigure errorBarXYBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns)
Axes
byColumns
.errorBarXYBy
in interface Axes
seriesName
- name of the created datasett
- tablex
- column in t
that holds the x-variable dataxLow
- column in t
that holds the low whisker value in the x directionxHigh
- column in t
that holds the high whisker value in the x directiony
- column in t
that holds the y-variable datayLow
- column in t
that holds the low whisker value in the y directionyHigh
- column in t
that holds the high whisker value in the y directionbyColumns
- column(s) in t
that holds the grouping data<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, T0[] x, T1[] y, T2[] yLow, T3[] yHigh)
Axes
errorBarY
in interface Axes
T0
- data typeT1
- data typeT2
- data typeT3
- data typeseriesName
- name of the created datasetx
- x-valuesy
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T0 extends Number> Figure errorBarY(Comparable seriesName, T0[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
<T0 extends Number> Figure errorBarY(Comparable seriesName, T0[] x, Date[] y, Date[] yLow, Date[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, double[] x, double[] y, double[] yLow, double[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, double[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, double[] x, Date[] y, Date[] yLow, Date[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, float[] x, float[] y, float[] yLow, float[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, float[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, float[] x, Date[] y, Date[] yLow, Date[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, int[] x, int[] y, int[] yLow, int[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, int[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, int[] x, Date[] y, Date[] yLow, Date[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, long[] x, long[] y, long[] yLow, long[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, long[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, long[] x, Date[] y, Date[] yLow, Date[] yHigh)
Axes
<T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, DBDateTime[] x, T1[] y, T2[] yLow, T3[] yHigh)
Axes
errorBarY
in interface Axes
T1
- data typeT2
- data typeT3
- data typeseriesName
- name of the created datasetx
- x-valuesy
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarY(Comparable seriesName, DBDateTime[] x, double[] y, double[] yLow, double[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, DBDateTime[] x, float[] y, float[] yLow, float[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, DBDateTime[] x, int[] y, int[] yLow, int[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, DBDateTime[] x, long[] y, long[] yLow, long[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, DBDateTime[] x, short[] y, short[] yLow, short[] yHigh)
Axes
<T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, DBDateTime[] x, List<T1> y, List<T2> yLow, List<T3> yHigh)
Axes
errorBarY
in interface Axes
T1
- data typeT2
- data typeT3
- data typeseriesName
- name of the created datasetx
- x-valuesy
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y direction<T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, Date[] x, T1[] y, T2[] yLow, T3[] yHigh)
Axes
errorBarY
in interface Axes
T1
- data typeT2
- data typeT3
- data typeseriesName
- name of the created datasetx
- x-valuesy
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarY(Comparable seriesName, Date[] x, double[] y, double[] yLow, double[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, Date[] x, float[] y, float[] yLow, float[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, Date[] x, int[] y, int[] yLow, int[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, Date[] x, long[] y, long[] yLow, long[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, Date[] x, Date[] y, Date[] yLow, Date[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, Date[] x, short[] y, short[] yLow, short[] yHigh)
Axes
<T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, Date[] x, List<T1> y, List<T2> yLow, List<T3> yHigh)
Axes
errorBarY
in interface Axes
T1
- data typeT2
- data typeT3
- data typeseriesName
- name of the created datasetx
- x-valuesy
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarY(Comparable seriesName, short[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, short[] x, Date[] y, Date[] yLow, Date[] yHigh)
Axes
Figure errorBarY(Comparable seriesName, short[] x, short[] y, short[] yLow, short[] yHigh)
Axes
<T0 extends Number> Figure errorBarY(Comparable seriesName, List<T0> x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes
<T0 extends Number> Figure errorBarY(Comparable seriesName, List<T0> x, Date[] y, Date[] yLow, Date[] yHigh)
Axes
<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, List<T0> x, List<T1> y, List<T2> yLow, List<T3> yHigh)
Axes
errorBarY
in interface Axes
T0
- data typeT1
- data typeT2
- data typeT3
- data typeseriesName
- name of the created datasetx
- x-valuesy
- y-valuesyLow
- low whisker value in y directionyHigh
- high whisker value in y directionFigure errorBarY(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh)
Axes
errorBarY
in interface Axes
seriesName
- name of the created datasetsds
- selectable datasetx
- column in sds
that holds the x-variable datay
- column in sds
that holds the y-variable datayLow
- column in sds
that holds the low whisker value in the y directionyHigh
- column in sds
that holds the high whisker value in the y directionFigure errorBarY(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh)
Axes
errorBarY
in interface Axes
seriesName
- name of the created datasett
- tablex
- column in t
that holds the x-variable datay
- column in t
that holds the y-variable datayLow
- column in t
that holds the low whisker value in the y directionyHigh
- column in t
that holds the high whisker value in the y directionFigure errorBarYBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh, String... byColumns)
Axes
byColumns
.errorBarYBy
in interface Axes
seriesName
- name of the created datasetsds
- selectable datasetx
- column in sds
that holds the x-variable datay
- column in sds
that holds the y-variable datayLow
- column in sds
that holds the low whisker value in the y directionyHigh
- column in sds
that holds the high whisker value in the y directionbyColumns
- column(s) in sds
that holds the grouping dataFigure errorBarYBy(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh, String... byColumns)
Axes
byColumns
.errorBarYBy
in interface Axes
seriesName
- name of the created datasett
- tablex
- column in t
that holds the x-variable datay
- column in t
that holds the y-variable datayLow
- column in t
that holds the low whisker value in the y directionyHigh
- column in t
that holds the high whisker value in the y directionbyColumns
- column(s) in t
that holds the grouping dataFigure figureRemoveSeries(String... names)
BaseFigure
names
from this Figure.figureRemoveSeries
in interface BaseFigure
names
- series namesFigure figureTitle(String title)
BaseFigure
figureTitle
in interface BaseFigure
title
- titleFigure figureTitleColor(String color)
BaseFigure
figureTitleColor
in interface BaseFigure
color
- colorFigure figureTitleColor(com.illumon.iris.gui.color.Paint color)
BaseFigure
figureTitleColor
in interface BaseFigure
color
- colorFigure figureTitleFont(Font font)
BaseFigure
figureTitleFont
in interface BaseFigure
font
- fontFigure figureTitleFont(String family, String style, int size)
BaseFigure
figureTitleFont
in interface BaseFigure
family
- font family; if null, set to Arialstyle
- font style; if null, set to Font.FontStyle
PLAINsize
- the point size of the FontFigure histPlot(Comparable seriesName, Table counts)
Axes
<T0 extends Number> Figure histPlot(Comparable seriesName, T0[] x, int nbins)
Axes
nbins
bins.Figure histPlot(Comparable seriesName, double[] x, int nbins)
Axes
nbins
bins.Figure histPlot(Comparable seriesName, float[] x, int nbins)
Axes
nbins
bins.Figure histPlot(Comparable seriesName, int[] x, int nbins)
Axes
nbins
bins.Figure histPlot(Comparable seriesName, long[] x, int nbins)
Axes
nbins
bins.Figure histPlot(Comparable seriesName, short[] x, int nbins)
Axes
nbins
bins.<T0 extends Number> Figure histPlot(Comparable seriesName, List<T0> x, int nbins)
Axes
nbins
bins.Figure histPlot(Comparable seriesName, SelectableDataSet sds, String columnName, int nbins)
Axes
nbins
.
Supports filtering e.g. by OneClickFigure histPlot(Comparable seriesName, Table t, String columnName, int nbins)
Axes
nbins
.<T0 extends Number> Figure histPlot(Comparable seriesName, T0[] x, double rangeMin, double rangeMax, int nbins)
Axes
rangeMin
and rangeMax
.
The number of bins is specified by nbins
.
The bins are spaced evenly between the range.Figure histPlot(Comparable seriesName, double[] x, double rangeMin, double rangeMax, int nbins)
Axes
rangeMin
and rangeMax
.
The number of bins is specified by nbins
.
The bins are spaced evenly between the range.Figure histPlot(Comparable seriesName, float[] x, double rangeMin, double rangeMax, int nbins)
Axes
rangeMin
and rangeMax
.
The number of bins is specified by nbins
.
The bins are spaced evenly between the range.Figure histPlot(Comparable seriesName, int[] x, double rangeMin, double rangeMax, int nbins)
Axes
rangeMin
and rangeMax
.
The number of bins is specified by nbins
.
The bins are spaced evenly between the range.Figure histPlot(Comparable seriesName, long[] x, double rangeMin, double rangeMax, int nbins)
Axes
rangeMin
and rangeMax
.
The number of bins is specified by nbins
.
The bins are spaced evenly between the range.Figure histPlot(Comparable seriesName, short[] x, double rangeMin, double rangeMax, int nbins)
Axes
rangeMin
and rangeMax
.
The number of bins is specified by nbins
.
The bins are spaced evenly between the range.<T0 extends Number> Figure histPlot(Comparable seriesName, List<T0> x, double rangeMin, double rangeMax, int nbins)
Axes
rangeMin
and rangeMax
.
The number of bins is specified by nbins
.
The bins are spaced evenly between the range.Figure histPlot(Comparable seriesName, SelectableDataSet sds, String columnName, double rangeMin, double rangeMax, int nbins)
Axes
nbins
.
The range is set with rangeMin
and rangeMax
. The nbins
are spread out equally in this range.Figure histPlot(Comparable seriesName, Table t, String columnName, double rangeMin, double rangeMax, int nbins)
Axes
nbins
.
The range is set with rangeMin
and rangeMax
. The nbins
are spread out equally in this range.Figure invert()
Axis
Figure invert(boolean invert)
Axis
invert
is true, inverts this Axis so that larger values are closer to the origin.
If false, smaller values will be closer to the origin.Figure legendColor(String color)
Chart
legendColor
in interface Chart
color
- colorFigure legendColor(com.illumon.iris.gui.color.Paint color)
Chart
legendColor
in interface Chart
color
- colorFigure legendFont(Font font)
Chart
legendFont
in interface Chart
font
- fontFigure legendFont(String family, String style, int size)
Chart
legendFont
in interface Chart
family
- font family; if null, set to Arialstyle
- font style; if null, set to Font.FontStyle
PLAINsize
- the point size of the FontFigure legendVisible(boolean visible)
Chart
legendVisible
in interface Chart
visible
- whether the Chart's legend is shown or hiddenFigure max(double max)
Axis
max
.Figure min(double min)
Axis
min
.Figure minorTicks(int count)
Axis
minorTicks
in interface Axis
count
- number of minor ticks between consecutive major ticks.Figure minorTicksVisible(boolean visible)
Axis
minorTicksVisible
in interface Axis
visible
- whether minor ticks are drawn on this AxisFigure newAxes()
Chart
Axes
with dimension 2 on this Chart.Figure newAxes(String name)
Chart
Axes
with dimension 2 on this Chart.Figure newAxes(int dim)
Chart
Axes
with dimension dim
on this Chart.Figure newAxes(String name, int dim)
Chart
Axes
with dimension dim
on this Chart.Figure newChart()
BaseFigure
Chart
to this figure.
The Chart
is placed in the next available grid space, starting at the upper left hand corner of the grid,
going left to right, top to bottom.
If no available space is found in the grid:
if this Figure was created with no specified grid size, then the Figure will resize itself to add the new Chart
;
if not, a RuntimeException will be thrown.newChart
in interface BaseFigure
Chart
Figure newChart(int index)
BaseFigure
Chart
to this figure.
The Chart
is placed at the grid space indicated by the index
.
The index starts at 0 in the upper left hand corner of the grid and increases
going left to right, top to bottom. E.g. for a 2x2 Figure, the indices would be
[0, 1]
[2, 3]newChart
in interface BaseFigure
index
- index of this Figure's gridChart
Figure newChart(int rowNum, int colNum)
BaseFigure
Chart
to this figure.
The Chart
is placed at the grid space [rowNum
, colNum
.
Row and column numbers start at 0 in the upper left hand corner of the grid and increase
going top to bottom and left to right respectively. E.g. for a 2x2 Figure, the coordinates would be
[(0,0), (0,1)]
[(1,0), (1,1)]newChart
in interface BaseFigure
rowNum
- row index of this Figure's gridcolNum
- column index of this Figure's gridChart
<T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, T1[] open, T2[] high, T3[] low, T4[] close)
Axes
ohlcPlot
in interface Axes
T1
- open data typeT2
- high data typeT3
- low data typeT4
- close data typeseriesName
- name of the created datasettime
- time dataopen
- open datahigh
- high datalow
- low dataclose
- close dataFigure ohlcPlot(Comparable seriesName, DBDateTime[] time, double[] open, double[] high, double[] low, double[] close)
Axes
Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, float[] open, float[] high, float[] low, float[] close)
Axes
Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, int[] open, int[] high, int[] low, int[] close)
Axes
Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, long[] open, long[] high, long[] low, long[] close)
Axes
Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, short[] open, short[] high, short[] low, short[] close)
Axes
<T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close)
Axes
ohlcPlot
in interface Axes
T1
- open data typeT2
- high data typeT3
- low data typeT4
- close data typeseriesName
- name of the created datasettime
- time dataopen
- open datahigh
- high datalow
- low dataclose
- close data<T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> Figure ohlcPlot(Comparable seriesName, Date[] time, T1[] open, T2[] high, T3[] low, T4[] close)
Axes
ohlcPlot
in interface Axes
T1
- open data typeT2
- high data typeT3
- low data typeT4
- close data typeseriesName
- name of the created datasettime
- time dataopen
- open datahigh
- high datalow
- low dataclose
- close dataFigure ohlcPlot(Comparable seriesName, Date[] time, double[] open, double[] high, double[] low, double[] close)
Axes
Figure ohlcPlot(Comparable seriesName, Date[] time, float[] open, float[] high, float[] low, float[] close)
Axes
Figure ohlcPlot(Comparable seriesName, Date[] time, int[] open, int[] high, int[] low, int[] close)
Axes
Figure ohlcPlot(Comparable seriesName, Date[] time, long[] open, long[] high, long[] low, long[] close)
Axes
Figure ohlcPlot(Comparable seriesName, Date[] time, short[] open, short[] high, short[] low, short[] close)
Axes
<T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> Figure ohlcPlot(Comparable seriesName, Date[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close)
Axes
ohlcPlot
in interface Axes
T1
- open data typeT2
- high data typeT3
- low data typeT4
- close data typeseriesName
- name of the created datasettime
- time dataopen
- open datahigh
- high datalow
- low dataclose
- close dataFigure ohlcPlot(Comparable seriesName, IndexableNumericData time, IndexableNumericData open, IndexableNumericData high, IndexableNumericData low, IndexableNumericData close)
Axes
Figure ohlcPlot(Comparable seriesName, SelectableDataSet sds, String timeCol, String openCol, String highCol, String lowCol, String closeCol)
Axes
ohlcPlot
in interface Axes
seriesName
- name of the created datasetsds
- selectable data settimeCol
- column in sds
that holds the time dataopenCol
- column in sds
that holds the open datahighCol
- column in sds
that holds the high datalowCol
- column in sds
that holds the low datacloseCol
- column in sds
that holds the close dataFigure ohlcPlot(Comparable seriesName, Table t, String timeCol, String openCol, String highCol, String lowCol, String closeCol)
Axes
ohlcPlot
in interface Axes
seriesName
- name of the created datasett
- tabletimeCol
- column in t
that holds the time dataopenCol
- column in t
that holds the open datahighCol
- column in t
that holds the high datalowCol
- column in t
that holds the low datacloseCol
- column in t
that holds the close dataFigure ohlcPlotBy(Comparable seriesName, SelectableDataSet sds, String timeCol, String openCol, String highCol, String lowCol, String closeCol, String... byColumns)
Axes
byColumns
.
Supports filtering e.g. with a OneClick.ohlcPlotBy
in interface Axes
seriesName
- name of the created datasetsds
- selectable data settimeCol
- column in sds
that holds the time dataopenCol
- column in sds
that holds the open datahighCol
- column in sds
that holds the high datalowCol
- column in sds
that holds the low datacloseCol
- column in sds
that holds the close databyColumns
- column(s) in sds
that holds the grouping dataFigure ohlcPlotBy(Comparable seriesName, Table t, String timeCol, String openCol, String highCol, String lowCol, String closeCol, String... byColumns)
Axes
byColumns
.ohlcPlotBy
in interface Axes
seriesName
- name of the created datasett
- tabletimeCol
- column in t
that holds the time dataopenCol
- column in t
that holds the open datahighCol
- column in t
that holds the high datalowCol
- column in t
that holds the low datacloseCol
- column in t
that holds the close databyColumns
- column(s) in t
that holds the grouping data<T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, T0[] categories, T1[] values)
Axes
<T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, double[] values)
Axes
<T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, float[] values)
Axes
<T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, int[] values)
Axes
<T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, long[] values)
Axes
<T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, short[] values)
Axes
<T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, T0[] categories, List<T1> values)
Axes
<T1 extends Comparable> Figure piePlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData values)
Axes
<T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, List<T0> categories, T1[] values)
Axes
<T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, double[] values)
Axes
<T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, float[] values)
Axes
<T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, int[] values)
Axes
<T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, long[] values)
Axes
<T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, short[] values)
Axes
<T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, List<T0> categories, List<T1> values)
Axes
Figure piePlot(Comparable seriesName, SelectableDataSet sds, String categories, String values)
Axes
Figure piePlot(Comparable seriesName, Table t, String categories, String values)
Axes
<T extends Number> Figure plot(Comparable seriesName, groovy.lang.Closure<T> function)
Axes
Figure plot(Comparable seriesName, DoubleUnaryOperator function)
Axes
<T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, T0[] x, T1[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, double[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, float[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, int[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, long[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, DBDateTime[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, Date[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, short[] y)
Axes
<T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, T0[] x, List<T1> y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, double[] x, T1[] y)
Axes
Figure plot(Comparable seriesName, double[] x, double[] y)
Axes
Figure plot(Comparable seriesName, double[] x, float[] y)
Axes
Figure plot(Comparable seriesName, double[] x, int[] y)
Axes
Figure plot(Comparable seriesName, double[] x, long[] y)
Axes
Figure plot(Comparable seriesName, double[] x, DBDateTime[] y)
Axes
Figure plot(Comparable seriesName, double[] x, Date[] y)
Axes
Figure plot(Comparable seriesName, double[] x, short[] y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, double[] x, List<T1> y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, float[] x, T1[] y)
Axes
Figure plot(Comparable seriesName, float[] x, double[] y)
Axes
Figure plot(Comparable seriesName, float[] x, float[] y)
Axes
Figure plot(Comparable seriesName, float[] x, int[] y)
Axes
Figure plot(Comparable seriesName, float[] x, long[] y)
Axes
Figure plot(Comparable seriesName, float[] x, DBDateTime[] y)
Axes
Figure plot(Comparable seriesName, float[] x, Date[] y)
Axes
Figure plot(Comparable seriesName, float[] x, short[] y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, float[] x, List<T1> y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, int[] x, T1[] y)
Axes
Figure plot(Comparable seriesName, int[] x, double[] y)
Axes
Figure plot(Comparable seriesName, int[] x, float[] y)
Axes
Figure plot(Comparable seriesName, int[] x, int[] y)
Axes
Figure plot(Comparable seriesName, int[] x, long[] y)
Axes
Figure plot(Comparable seriesName, int[] x, DBDateTime[] y)
Axes
Figure plot(Comparable seriesName, int[] x, Date[] y)
Axes
Figure plot(Comparable seriesName, int[] x, short[] y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, int[] x, List<T1> y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, long[] x, T1[] y)
Axes
Figure plot(Comparable seriesName, long[] x, double[] y)
Axes
Figure plot(Comparable seriesName, long[] x, float[] y)
Axes
Figure plot(Comparable seriesName, long[] x, int[] y)
Axes
Figure plot(Comparable seriesName, long[] x, long[] y)
Axes
Figure plot(Comparable seriesName, long[] x, DBDateTime[] y)
Axes
Figure plot(Comparable seriesName, long[] x, Date[] y)
Axes
Figure plot(Comparable seriesName, long[] x, short[] y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, long[] x, List<T1> y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, DBDateTime[] x, T1[] y)
Axes
Figure plot(Comparable seriesName, DBDateTime[] x, double[] y)
Axes
Figure plot(Comparable seriesName, DBDateTime[] x, float[] y)
Axes
Figure plot(Comparable seriesName, DBDateTime[] x, int[] y)
Axes
Figure plot(Comparable seriesName, DBDateTime[] x, long[] y)
Axes
Figure plot(Comparable seriesName, DBDateTime[] x, DBDateTime[] y)
Axes
Figure plot(Comparable seriesName, DBDateTime[] x, Date[] y)
Axes
Figure plot(Comparable seriesName, DBDateTime[] x, short[] y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, DBDateTime[] x, List<T1> y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, Date[] x, T1[] y)
Axes
Figure plot(Comparable seriesName, Date[] x, double[] y)
Axes
Figure plot(Comparable seriesName, Date[] x, float[] y)
Axes
Figure plot(Comparable seriesName, Date[] x, int[] y)
Axes
Figure plot(Comparable seriesName, Date[] x, long[] y)
Axes
Figure plot(Comparable seriesName, Date[] x, DBDateTime[] y)
Axes
Figure plot(Comparable seriesName, Date[] x, Date[] y)
Axes
Figure plot(Comparable seriesName, Date[] x, short[] y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, Date[] x, List<T1> y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, short[] x, T1[] y)
Axes
Figure plot(Comparable seriesName, short[] x, double[] y)
Axes
Figure plot(Comparable seriesName, short[] x, float[] y)
Axes
Figure plot(Comparable seriesName, short[] x, int[] y)
Axes
Figure plot(Comparable seriesName, short[] x, long[] y)
Axes
Figure plot(Comparable seriesName, short[] x, DBDateTime[] y)
Axes
Figure plot(Comparable seriesName, short[] x, Date[] y)
Axes
Figure plot(Comparable seriesName, short[] x, short[] y)
Axes
<T1 extends Number> Figure plot(Comparable seriesName, short[] x, List<T1> y)
Axes
<T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, List<T0> x, T1[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, double[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, float[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, int[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, long[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, DBDateTime[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, Date[] y)
Axes
<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, short[] y)
Axes
<T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, List<T0> x, List<T1> y)
Axes
Figure plot(Comparable seriesName, SelectableDataSet sds, String x, String y)
Axes
Figure plot(Comparable seriesName, Table t, String x, String y)
Axes
Figure plot(Comparable seriesName, IndexableNumericData x, IndexableNumericData y, boolean hasXTimeAxis, boolean hasYTimeAxis)
Axes
<T extends Number> Figure plot3d(Comparable seriesName, groovy.lang.Closure<T> function)
Axes
Figure plot3d(Comparable seriesName, DoubleBinaryOperator function)
Axes
<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, T2[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, double[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, float[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, int[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, long[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, DBDateTime[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, Date[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, short[] z)
Axes
<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, List<T2> z)
Axes
<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, T2[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, double[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, float[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, int[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, long[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, DBDateTime[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, Date[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, short[] z)
Axes
<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, double[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, double[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, double[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, double[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, double[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, double[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, double[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, double[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, double[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, float[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, float[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, float[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, float[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, float[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, float[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, float[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, float[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, float[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, int[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, int[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, int[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, int[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, int[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, int[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, int[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, int[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, int[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, long[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, long[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, long[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, long[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, long[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, long[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, long[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, long[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, long[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, Date[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, Date[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, Date[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, Date[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, Date[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, Date[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, Date[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, Date[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, Date[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, short[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, short[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, short[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, short[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, short[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, short[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, short[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, double[] x, short[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, short[] y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, double[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, double[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, double[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, double[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, double[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, double[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, double[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, double[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, double[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, float[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, float[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, float[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, float[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, float[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, float[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, float[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, float[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, float[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, int[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, int[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, int[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, int[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, int[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, int[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, int[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, int[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, int[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, long[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, long[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, long[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, long[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, long[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, long[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, long[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, long[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, long[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, Date[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, Date[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, Date[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, Date[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, Date[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, Date[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, Date[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, Date[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, Date[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, short[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, short[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, short[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, short[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, short[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, short[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, short[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, float[] x, short[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, short[] y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, double[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, double[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, double[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, double[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, double[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, double[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, double[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, double[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, double[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, float[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, float[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, float[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, float[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, float[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, float[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, float[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, float[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, float[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, int[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, int[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, int[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, int[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, int[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, int[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, int[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, int[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, int[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, long[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, long[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, long[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, long[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, long[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, long[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, long[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, long[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, long[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, Date[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, Date[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, Date[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, Date[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, Date[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, Date[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, Date[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, Date[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, Date[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, short[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, short[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, short[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, short[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, short[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, short[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, short[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, int[] x, short[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, short[] y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, double[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, double[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, double[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, double[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, double[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, double[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, double[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, double[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, double[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, float[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, float[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, float[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, float[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, float[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, float[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, float[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, float[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, float[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, int[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, int[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, int[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, int[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, int[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, int[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, int[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, int[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, int[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, long[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, long[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, long[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, long[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, long[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, long[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, long[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, long[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, long[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, Date[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, Date[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, Date[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, Date[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, Date[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, Date[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, Date[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, Date[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, Date[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, short[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, short[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, short[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, short[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, short[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, short[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, short[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, long[] x, short[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, short[] y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, double[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, double[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, double[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, double[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, double[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, double[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, double[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, double[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, double[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, float[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, float[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, float[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, float[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, float[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, float[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, float[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, float[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, float[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, int[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, int[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, int[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, int[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, int[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, int[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, int[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, int[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, int[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, long[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, long[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, long[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, long[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, long[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, long[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, long[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, long[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, long[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, Date[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, Date[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, Date[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, Date[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, Date[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, Date[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, Date[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, Date[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, Date[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, short[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, short[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, short[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, short[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, short[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, short[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, short[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, Date[] x, short[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, short[] y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, double[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, double[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, double[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, double[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, double[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, double[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, double[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, double[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, double[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, float[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, float[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, float[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, float[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, float[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, float[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, float[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, float[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, float[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, int[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, int[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, int[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, int[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, int[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, int[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, int[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, int[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, int[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, long[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, long[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, long[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, long[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, long[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, long[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, long[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, long[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, long[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, Date[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, Date[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, Date[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, Date[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, Date[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, Date[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, Date[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, Date[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, Date[] y, List<T2> z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, short[] y, T2[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, short[] y, double[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, short[] y, float[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, short[] y, int[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, short[] y, long[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, short[] y, DBDateTime[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, short[] y, Date[] z)
Axes
Figure plot3d(Comparable seriesName, short[] x, short[] y, short[] z)
Axes
<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, short[] y, List<T2> z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, T2[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, double[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, float[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, int[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, long[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, DBDateTime[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, Date[] z)
Axes
<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, short[] z)
Axes
<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, List<T2> z)
Axes
<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, T2[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, double[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, float[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, int[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, long[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, DBDateTime[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, Date[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, short[] z)
Axes
<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, List<T2> z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, T2[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, double[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, float[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, int[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, long[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, DBDateTime[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, Date[] z)
Axes
<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, short[] z)
Axes
<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, List<T2> z)
Axes
<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, T2[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, double[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, float[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, int[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, long[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, DBDateTime[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, Date[] z)
Axes
<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, short[] z)
Axes
<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, List<T2> z)
Axes
Figure plot3d(Comparable seriesName, SelectableDataSet sds, String x, String y, String z)
Axes
Figure plot3d(Comparable seriesName, Table t, String x, String y, String z)
Axes
Figure plot3dBy(Comparable seriesName, Table t, String x, String y, String z, String... byColumns)
Axes
byColumns
.plot3dBy
in interface Axes
seriesName
- name of the created datasett
- tablex
- column in t
that holds the x-variable datay
- column in t
that holds the y-variable dataz
- column in t
that holds the z-variable databyColumns
- column(s) in t
that holds the grouping dataFigure plotBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String... byColumns)
Axes
byColumns
.
Supports filtering e.g. with a OneClick.plotBy
in interface Axes
seriesName
- name of the created datasetsds
- selectable data setx
- column in sds
that holds the x-variable datay
- column in sds
that holds the y-variable databyColumns
- column(s) in t
that holds the grouping dataFigure plotBy(Comparable seriesName, Table t, String x, String y, String... byColumns)
Axes
byColumns
.Figure plotOrientation(String orientation)
Chart
plotOrientation
in interface Chart
orientation
- plot orientationFigure plotStyle(PlotStyle style)
Axes
PlotStyle
of this Axes.Figure plotStyle(String style)
Axes
PlotStyle
of this Axes.Figure range(double min, double max)
Axis
min
, max
] inclusive.Figure removeChart(int index)
BaseFigure
index
from this Figure's grid.
The index starts at 0 in the upper left hand corner of the grid and increases
going left to right, top to bottom. E.g. for a 2x2 Figure, the indices would be
[0, 1]
[2, 3]removeChart
in interface BaseFigure
index
- indexFigure removeChart(int rowNum, int colNum)
BaseFigure
rowNum
, colNum
from this Figure's grid.
Row and column numbers start at 0 in the upper left hand corner of the grid and increase
going top to bottom and left to right respectively. E.g. for a 2x2 Figure, the coordinates would be
[(0,0), (0,1)]
[(1,0), (1,1)]removeChart
in interface BaseFigure
rowNum
- row index of this Figure's gridcolNum
- column index of this Figure's gridChart
Figure rowSpan(int n)
Chart
Figure save(String saveLocation)
BaseFigure
saveLocation
.
This image's size is 2480x2160.save
in interface BaseFigure
saveLocation
- save location. Must not be nullFigure save(String saveLocation, int width, int height)
BaseFigure
saveLocation
.
This image's size is width
x height
.save
in interface BaseFigure
saveLocation
- save location. Must not be nullwidth
- width of the resultant imageheight
- height of the resultant imageFigure series(Comparable name)
Axes
Figure span(int rowSpan, int colSpan)
Chart
Figure theme(String theme)
BaseFigure
Theme
of this Figuretheme
in interface BaseFigure
theme
- theme nameFigure theme(Theme theme)
BaseFigure
Theme
of this Figuretheme
in interface BaseFigure
theme
- themeFigure tickLabelAngle(double angle)
Axis
tickLabelAngle
in interface Axis
angle
- angle in degreesFigure ticks(double[] tickLocations)
Axis
Figure ticks(double gapBetweenTicks)
Axis
gapBetweenTicks
is 5.0,
and the first tick is at 10.0, the next will be drawn at 15.0.Figure ticksFont(Font font)
Axis
Figure ticksFont(String family, String style, int size)
Axis
ticksFont
in interface Axis
family
- font family; if null, set to Arialstyle
- font style; if null, set to Font.FontStyle
PLAINsize
- the point size of the FontFigure ticksVisible(boolean visible)
Axis
ticksVisible
in interface Axis
visible
- whether ticks are drawn on this AxisFigure transform(AxisTransform transform)
Axis
AxisTransform
for this Axis.Figure twin(int dim)
Axes
Axis
object at dimension dim
as this Axes.
The x-axis is dimension 0, y-axis dimension 1, and the z-axis dimension 2.
The resultant Axes has the same range, ticks, etc. as this Axes
(as these are properties of the Axis
) at this dimension,
but may have, for example, a different PlotStyle.
The axes name will be equal to the string representation of the axes id.
Figure twin(String name, int dim)
Axes
Axis
object at dimension dim
as this Axes.
The x-axis is dimension 0, y-axis dimension 1, and the z-axis dimension 2.
The resultant Axes has the same range, ticks, etc. as this Axes
(as these are properties of the Axis
) at this dimension,
but may have, for example, a different PlotStyle.
Figure twinX()
Axes
Axis
as this Axes.
The resultant Axes has the same x-axis range, ticks, etc. as this Axes
(as these are properties of the Axis
)
but may have, for example, a different PlotStyle.
The axes name will be equal to the string representation of the axes id.
Figure twinY()
Axes
Axis
as this Axes.
The resultant Axes has the same y-axis range, ticks, etc. as this Axes
(as these are properties of the Axis
)
but may have, for example, a different PlotStyle.
The axes name will be equal to the string representation of the axes id.
Figure twinZ()
Axes
Axis
as this Axes.
The resultant Axes has the same z-axis range, ticks, etc. as this Axes
(as these are properties of the Axis
)
but may have, for example, a different PlotStyle.
The axes name will be equal to the string representation of the axes id.
Figure updateInterval(long updateIntervalMillis)
BaseFigure
updateInterval
in interface BaseFigure
updateIntervalMillis
- update interval, in millisecondsFigure xBusinessTime()
Axes
AxisTransform
of the x-Axis
as a new AxisTransformBusinessCalendar
.
The BusinessCalendar
used is the configured default.xBusinessTime
in interface Axes
Figure xBusinessTime(BusinessCalendar calendar)
Axes
xBusinessTime
in interface Axes
calendar
- business calendar of the AxisTransformBusinessCalendar
Figure xColor(String color)
Axes
Axis
Figure xColor(com.illumon.iris.gui.color.Paint color)
Axes
Axis
Figure xFormat(AxisFormat format)
Axes
AxisFormat
of the x-Axis
Figure xFormatPattern(String pattern)
Axes
Axis
xFormatPattern
in interface Axes
pattern
- patternFigure xInvert()
Axes
Axis
so that larger values are closer to the origin.Figure xInvert(boolean invert)
Axes
invert
is true, inverts the x-Axis
so that larger values are closer to the origin.
If false, smaller values will be closer to the origin.Figure xLabel(String label)
Axes
Axis
Figure xLabelFont(Font font)
Axes
Axis
label.xLabelFont
in interface Axes
font
- fontFigure xLabelFont(String family, String style, int size)
Axes
Axis
label.xLabelFont
in interface Axes
family
- font family; if null, set to Arialstyle
- font style; if null, set to Font.FontStyle
PLAINsize
- the point size of the FontFigure xLog()
Axes
AxisTransform
of the x-Axis
to log base 10Figure xMinorTicks(int count)
Axes
Axis
.
These minor ticks are equally spaced.xMinorTicks
in interface Axes
count
- number of minor ticks between consecutive major ticks.Figure xMinorTicksVisible(boolean visible)
Axes
Axis
minor ticks are visible.xMinorTicksVisible
in interface Axes
visible
- whether the minor ticks are visibleFigure xRange(double min, double max)
Axes
Axis
Figure xTickLabelAngle(double angle)
Axes
Axis
are drawn at.xTickLabelAngle
in interface Axes
angle
- angle in degreesFigure xTicks(double[] tickLocations)
Axes
Axis
major ticks.Figure xTicks(double gapBetweenTicks)
Axes
Axis
major ticks.Figure xTicksFont(Font font)
Axes
Axis
ticks.xTicksFont
in interface Axes
font
- fontFigure xTicksFont(String family, String style, int size)
Axes
Axis
ticks.xTicksFont
in interface Axes
family
- font family; if null, set to Arialstyle
- font style; if null, set to Font.FontStyle
PLAINsize
- the point size of the FontFigure xTicksVisible(boolean visible)
Axes
Axis
ticks are visible.xTicksVisible
in interface Axes
visible
- whether the ticks are visibleFigure xTransform(AxisTransform transform)
Axes
AxisTransform
of the x-Axis
xTransform
in interface Axes
transform
- transformFigure yBusinessTime()
Axes
AxisTransform
of the y-Axis
as a new AxisTransformBusinessCalendar
.
The BusinessCalendar
used is the configured default.yBusinessTime
in interface Axes
Figure yBusinessTime(BusinessCalendar calendar)
Axes
yBusinessTime
in interface Axes
calendar
- business calendar of the AxisTransformBusinessCalendar
Figure yColor(String color)
Axes
Axis
Figure yColor(com.illumon.iris.gui.color.Paint color)
Axes
Axis
Figure yFormat(AxisFormat format)
Axes
AxisFormat
of the y-Axis
Figure yFormatPattern(String pattern)
Axes
Axis
yFormatPattern
in interface Axes
pattern
- patternFigure yInvert()
Axes
Axis
so that larger values are closer to the origin.Figure yInvert(boolean invert)
Axes
invert
is true, inverts the y-Axis
so that larger values are closer to the origin.
If false, smaller values will be closer to the origin.Figure yLabel(String label)
Axes
Axis
Figure yLabelFont(Font font)
Axes
Axis
label.yLabelFont
in interface Axes
font
- fontFigure yLabelFont(String family, String style, int size)
Axes
Axis
label.yLabelFont
in interface Axes
family
- font family; if null, set to Arialstyle
- font style; if null, set to Font.FontStyle
PLAINsize
- the point size of the FontFigure yLog()
Axes
AxisTransform
of the y-Axis
to log base 10Figure yMinorTicks(int count)
Axes
Axis
.
These minor ticks are equally spaced.yMinorTicks
in interface Axes
count
- number of minor ticks between consecutive major ticks.Figure yMinorTicksVisible(boolean visible)
Axes
Axis
minor ticks are visible.yMinorTicksVisible
in interface Axes
visible
- whether the minor ticks are visibleFigure yRange(double min, double max)
Axes
Axis
Figure yTickLabelAngle(double angle)
Axes
Axis
are drawn at.yTickLabelAngle
in interface Axes
angle
- angle in degreesFigure yTicks(double[] tickLocations)
Axes
Axis
major ticks.Figure yTicks(double gapBetweenTicks)
Axes
Axis
major ticks.Figure yTicksFont(Font font)
Axes
Axis
ticks.yTicksFont
in interface Axes
font
- fontFigure yTicksFont(String family, String style, int size)
Axes
Axis
ticks.yTicksFont
in interface Axes
family
- font family; if null, set to Arialstyle
- font style; if null, set to Font.FontStyle
PLAINsize
- the point size of the FontFigure yTicksVisible(boolean visible)
Axes
Axis
ticks are visible.yTicksVisible
in interface Axes
visible
- whether the ticks are visibleFigure yTransform(AxisTransform transform)
Axes
AxisTransform
of the y-Axis
yTransform
in interface Axes
transform
- transformFigure zBusinessTime()
Axes
AxisTransform
of the z-Axis
as a new AxisTransformBusinessCalendar
.
The BusinessCalendar
used is the configured default.zBusinessTime
in interface Axes
Figure zBusinessTime(BusinessCalendar calendar)
Axes
zBusinessTime
in interface Axes
calendar
- business calendar of the AxisTransformBusinessCalendar
Figure zColor(String color)
Axes
Axis
Figure zColor(com.illumon.iris.gui.color.Paint color)
Axes
Axis
Figure zFormat(AxisFormat format)
Axes
AxisFormat
of the z-Axis
Figure zFormatPattern(String pattern)
Axes
Axis
zFormatPattern
in interface Axes
pattern
- patternFigure zInvert()
Axes
Axis
so that larger values are closer to the origin.Figure zInvert(boolean invert)
Axes
invert
is true, inverts the z-Axis
so that larger values are closer to the origin.
If false, smaller values will be closer to the origin.Figure zLabel(String label)
Axes
Axis
Figure zLabelFont(Font font)
Axes
Axis
label.zLabelFont
in interface Axes
font
- fontFigure zLabelFont(String family, String style, int size)
Axes
Axis
label.zLabelFont
in interface Axes
family
- font family; if null, set to Arialstyle
- font style; if null, set to Font.FontStyle
PLAINsize
- the point size of the FontFigure zLog()
Axes
AxisTransform
of the z-Axis
to log base 10Figure zMinorTicks(int count)
Axes
Axis
.
These minor ticks are equally spaced.zMinorTicks
in interface Axes
count
- number of minor ticks between consecutive major ticks.Figure zMinorTicksVisible(boolean visible)
Axes
Axis
minor ticks are visible.zMinorTicksVisible
in interface Axes
visible
- whether the minor ticks are visibleFigure zRange(double min, double max)
Axes
Axis
Figure zTickLabelAngle(double angle)
Axes
Axis
are drawn at.zTickLabelAngle
in interface Axes
angle
- angle in degreesFigure zTicks(double[] tickLocations)
Axes
Axis
major ticks.Figure zTicks(double gapBetweenTicks)
Axes
Axis
major ticks.Figure zTicksFont(Font font)
Axes
Axis
ticks.zTicksFont
in interface Axes
font
- fontFigure zTicksFont(String family, String style, int size)
Axes
Axis
ticks.zTicksFont
in interface Axes
family
- font family; if null, set to Arialstyle
- font style; if null, set to Font.FontStyle
PLAINsize
- the point size of the FontFigure zTicksVisible(boolean visible)
Axes
Axis
ticks are visible.zTicksVisible
in interface Axes
visible
- whether the ticks are visibleFigure zTransform(AxisTransform transform)
Axes
AxisTransform
of the z-Axis
zTransform
in interface Axes
transform
- transformFigure funcNPoints(int npoints)
XYDataSeriesFunction
funcNPoints
in interface XYDataSeriesFunction
npoints
- number of pointsFigure funcRange(double xmin, double xmax)
XYDataSeriesFunction
funcRange
in interface XYDataSeriesFunction
xmin
- range minimumxmax
- range maximumFigure funcRange(double xmin, double xmax, double zmin, double zmax)
XYZDataSeriesFunction
funcRange
in interface XYZDataSeriesFunction
xmin
- x-range minimumxmax
- x-range maximumzmin
- z-range minimumzmax
- z-range maximumFigure funcRange(double xmin, double xmax, double zmin, double zmax, int npoints)
XYZDataSeriesFunction
funcRange
in interface XYZDataSeriesFunction
xmin
- x-range minimumxmax
- x-range maximumzmin
- z-range minimumzmax
- z-range maximumnpoints
- number of data pointsFigure funcRange(double xmin, double xmax, int npoints)
XYDataSeriesFunction
funcRange
in interface XYDataSeriesFunction
xmin
- range minimumxmax
- range maximumnpoints
- number of data pointsFigure gradientVisible(boolean visible)
DataSeries
gradientVisible
in interface CategoryDataSeries
gradientVisible
in interface CategoryDataSeries3D
gradientVisible
in interface DataSeries
gradientVisible
in interface DataSeries3D
visible
- bar gradient visibilityFigure gradientVisible(boolean visible, Object... keys)
gradientVisible
in interface MultiSeries
Figure group(int group)
CategoryDataSeries
group
in interface CategoryDataSeries
group
in interface CategoryDataSeries3D
Figure group(int group, Object... keys)
group
in interface MultiSeries
Figure lineColor(com.illumon.iris.gui.color.Paint color)
DataSeries
lineColor
in interface CategoryDataSeries
lineColor
in interface CategoryDataSeries3D
lineColor
in interface DataSeries
lineColor
in interface DataSeries3D
color
- colorFigure lineColor(com.illumon.iris.gui.color.Paint color, Object... keys)
lineColor
in interface MultiSeries
Figure lineColor(int color)
DataSeries
lineColor
in interface CategoryDataSeries
lineColor
in interface CategoryDataSeries3D
lineColor
in interface DataSeries
lineColor
in interface DataSeries3D
color
- color palette indexFigure lineColor(int color, Object... keys)
lineColor
in interface MultiSeries
Figure lineColor(String color)
DataSeries
lineColor
in interface CategoryDataSeries
lineColor
in interface CategoryDataSeries3D
lineColor
in interface DataSeries
lineColor
in interface DataSeries3D
color
- colorFigure lineColor(String color, Object... keys)
lineColor
in interface MultiSeries
Figure lineStyle(LineStyle style)
DataSeries
lineStyle
in interface CategoryDataSeries
lineStyle
in interface CategoryDataSeries3D
lineStyle
in interface DataSeries
lineStyle
in interface DataSeries3D
style
- styleFigure lineStyle(LineStyle style, Object... keys)
lineStyle
in interface MultiSeries
Figure linesVisible(Boolean visible)
DataSeries
linesVisible
in interface CategoryDataSeries
linesVisible
in interface CategoryDataSeries3D
linesVisible
in interface DataSeries
linesVisible
in interface DataSeries3D
visible
- line visibilityFigure linesVisible(Boolean visible, Object... keys)
linesVisible
in interface MultiSeries
Figure pointColor(SelectableDataSet sds, String columnName)
XYDataSeries
Paint
in column columnName
at row i.
Points outside of these indices use the default size.pointColor
in interface XYDataSeries
pointColor
in interface XYZDataSeries
sds
- selectable data setcolumnName
- column in sds
Figure pointColor(SelectableDataSet sds, String columnName, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(SelectableDataSet sds, String keyColumn, String valueColumn)
CategoryDataSeries
keyColumn
of the SelectableDataSet
sds
to the Paint
specified in the valueColumn
of sds
.
The valueColumn
may be a column of Paint
s or ints/Integers.
For example,
Key Value A Color.color("red") B Color.color("blue")
the data point "A" would have point color red and "B" would be blue.
Key Value A 1 B 2
the data point "A" would have the 1-indexed point color in the color pallete, and "B" would be the 2-indexed color.
pointColor
in interface CategoryDataSeries
pointColor
in interface CategoryDataSeries3D
sds
- selectable data setkeyColumn
- column in sds
, specifying category valuesvalueColumn
- column in sds
, specifying Paint
sFigure pointColor(SelectableDataSet sds, String keyColumn, String valueColumn, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(SelectableDataSet sds, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
CategoryDataSeries3D
xCategoriesColumn
, zCategoriesColumn
) of the table sds
to the factor
specified in the valueColumn
of sds
.pointColor
in interface CategoryDataSeries3D
sds
- selectable data setxCategoriesColumn
- column in t
, specifying x-axis categories valuezCategoriesColumn
- column in t
, specifying z-axis categories valuevalueColumn
- column in sds
, specifying point sizesFigure pointColor(Table t, String columnName)
XYDataSeries
Paint
in column columnName
at row i.
Points outside of these indices use the default size.pointColor
in interface XYDataSeries
pointColor
in interface XYZDataSeries
t
- tablecolumnName
- column in t
Figure pointColor(Table t, String columnName, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(Table t, String keyColumn, String valueColumn)
CategoryDataSeries
keyColumn
of the table t
to the Paint
specified in the valueColumn
of t
.
The valueColumn
may be a column of Paint
s or ints/Integers.
For example,
Key Value A Color.color("red") B Color.color("blue")
the data point "A" would have point color red and "B" would be blue.
Key Value A 1 B 2
the data point "A" would have the 1-indexed point color in the color pallete, and "B" would be the 2-indexed color.
pointColor
in interface CategoryDataSeries
pointColor
in interface CategoryDataSeries3D
t
- tablekeyColumn
- column in t
, specifying category valuesvalueColumn
- column in t
, specifying Paint
sFigure pointColor(Table t, String keyColumn, String valueColumn, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(Table t, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
CategoryDataSeries3D
xCategoriesColumn
, zCategoriesColumn
) of the table t
to the factor
specified in the valueColumn
of t
.pointColor
in interface CategoryDataSeries3D
t
- tablexCategoriesColumn
- column in t
, specifying x-axis categories valuezCategoriesColumn
- column in t
, specifying z-axis categories valuevalueColumn
- column in t
, specifying point sizesFigure pointColor(com.illumon.iris.gui.color.Paint color)
DataSeries
pointColor
in interface CategoryDataSeries
pointColor
in interface CategoryDataSeries3D
pointColor
in interface DataSeries
pointColor
in interface DataSeries3D
color
- colorFigure pointColor(com.illumon.iris.gui.color.Paint color, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(com.illumon.iris.gui.color.Paint... colors)
XYDataSeries
Paint
in colors
at index i.
Points outside of these indices use the default color.pointColor
in interface XYDataSeries
colors
- colorsFigure pointColor(com.illumon.iris.gui.color.Paint[] colors, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(int color)
DataSeries
pointColor
in interface CategoryDataSeries
pointColor
in interface CategoryDataSeries3D
pointColor
in interface DataSeries
pointColor
in interface DataSeries3D
color
- colorFigure pointColor(int color, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(int... colors)
XYDataSeries
Paint
in colors
at index i.
Points outside of these indices use the default color.pointColor
in interface XYDataSeries
colors
- color palette indicesFigure pointColor(int[] colors, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(Comparable category, com.illumon.iris.gui.color.Paint color)
CategoryDataSeries
Paint
for the specified data point.pointColor
in interface CategoryDataSeries
pointColor
in interface CategoryDataSeries3D
category
- data pointcolor
- colorFigure pointColor(Comparable category, com.illumon.iris.gui.color.Paint color, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(Comparable category, int color)
CategoryDataSeries
Paint
for the specified data point.pointColor
in interface CategoryDataSeries
pointColor
in interface CategoryDataSeries3D
category
- data pointcolor
- index of the color in the series color paletteFigure pointColor(Comparable category, int color, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(Comparable category, String color)
CategoryDataSeries
Paint
for the specified data point.pointColor
in interface CategoryDataSeries
pointColor
in interface CategoryDataSeries3D
category
- data pointcolor
- colorFigure pointColor(Comparable category, String color, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(Comparable xCategory, Comparable zCategory, com.illumon.iris.gui.color.Paint color)
CategoryDataSeries3D
Paint
for the specified data point (xCategory
, zCategory
).pointColor
in interface CategoryDataSeries3D
xCategory
- x-axis categoryzCategory
- z-axis categorycolor
- paintFigure pointColor(Comparable xCategory, Comparable zCategory, int color)
CategoryDataSeries3D
Paint
for the specified data point (xCategory
, zCategory
).pointColor
in interface CategoryDataSeries3D
xCategory
- x-axis categoryzCategory
- z-axis categorycolor
- index of the paint in the series color paletteFigure pointColor(Comparable xCategory, Comparable zCategory, String color)
CategoryDataSeries3D
Paint
for the specified data point (xCategory
, zCategory
).pointColor
in interface CategoryDataSeries3D
xCategory
- x-axis categoryzCategory
- z-axis categorycolor
- paintFigure pointColor(Integer... colors)
XYDataSeries
Paint
in colors
at index i.
Points outside of these indices use the default color.pointColor
in interface XYDataSeries
colors
- color palette indicesFigure pointColor(Integer[] colors, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(String color)
DataSeries
pointColor
in interface CategoryDataSeries
pointColor
in interface CategoryDataSeries3D
pointColor
in interface DataSeries
pointColor
in interface DataSeries3D
color
- colorFigure pointColor(String color, Object... keys)
pointColor
in interface MultiSeries
Figure pointColor(String... colors)
XYDataSeries
Paint
in colors
at index i.
Points outside of these indices use the default color.pointColor
in interface XYDataSeries
colors
- colorsFigure pointColor(String[] colors, Object... keys)
pointColor
in interface MultiSeries
Figure pointColorInteger(IndexableData<Integer> colors)
XYDataSeries
Paint
in colors
at index i.
Points outside of these indices use the default color.pointColorInteger
in interface XYDataSeries
colors
- color palette indicesFigure pointColorInteger(IndexableData<Integer> colors, Object... keys)
pointColorInteger
in interface MultiSeries
Figure pointLabel(IndexableData<?> labels)
XYDataSeries
labels
.pointLabel
in interface XYDataSeries
labels
- labelsFigure pointLabel(IndexableData<?> labels, Object... keys)
pointLabel
in interface MultiSeries
Figure pointLabel(SelectableDataSet sds, String columnName)
XYDataSeries
columnName
at row i.pointLabel
in interface XYDataSeries
pointLabel
in interface XYZDataSeries
sds
- selectable data setcolumnName
- column nameFigure pointLabel(SelectableDataSet sds, String columnName, Object... keys)
pointLabel
in interface MultiSeries
Figure pointLabel(SelectableDataSet sds, String keyColumn, String valueColumn)
CategoryDataSeries
keyColumn
of the SelectableDataSet
sds
to the label specified in the valueColumn
of t
.pointLabel
in interface CategoryDataSeries
pointLabel
in interface CategoryDataSeries3D
sds
- selectable data setkeyColumn
- column in sds
, specifying category valuesvalueColumn
- column in sds
, specifying labelsFigure pointLabel(SelectableDataSet sds, String keyColumn, String valueColumn, Object... keys)
pointLabel
in interface MultiSeries
Figure pointLabel(SelectableDataSet sds, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
CategoryDataSeries3D
xCategoriesColumn
, zCategoriesColumn
) of the table sds
to the factor
specified in the valueColumn
of sds
.pointLabel
in interface CategoryDataSeries3D
sds
- selectable data setxCategoriesColumn
- column in sds
, specifying x-axis categories valuezCategoriesColumn
- column in sds
, specifying z-axis categories valuevalueColumn
- column in sds
, specifying point sizesFigure pointLabel(Table t, String columnName)
XYDataSeries
columnName
at row i.pointLabel
in interface XYDataSeries
pointLabel
in interface XYZDataSeries
t
- tablecolumnName
- column nameFigure pointLabel(Table t, String columnName, Object... keys)
pointLabel
in interface MultiSeries
Figure pointLabel(Table t, String keyColumn, String valueColumn)
CategoryDataSeries
keyColumn
of the table t
to the label
specified in the valueColumn
of t
.pointLabel
in interface CategoryDataSeries
pointLabel
in interface CategoryDataSeries3D
t
- tablekeyColumn
- column in t
, specifying category valuesvalueColumn
- column in t
, specifying labelsFigure pointLabel(Table t, String keyColumn, String valueColumn, Object... keys)
pointLabel
in interface MultiSeries
Figure pointLabel(Table t, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
CategoryDataSeries3D
xCategoriesColumn
, zCategoriesColumn
) of the table t
to the factor
specified in the valueColumn
of t
.pointLabel
in interface CategoryDataSeries3D
t
- tablexCategoriesColumn
- column in t
, specifying x-axis categories valuezCategoriesColumn
- column in t
, specifying z-axis categories valuevalueColumn
- column in t
, specifying point sizesFigure pointLabel(Comparable category, Object label)
CategoryDataSeries
pointLabel
in interface CategoryDataSeries
pointLabel
in interface CategoryDataSeries3D
category
- category valuelabel
- labelFigure pointLabel(Comparable category, Object label, Object... keys)
pointLabel
in interface MultiSeries
Figure pointLabel(Comparable xCategory, Comparable zCategory, Object label)
CategoryDataSeries3D
pointLabel
in interface CategoryDataSeries3D
xCategory
- x-axis categoryzCategory
- z-axis categorylabel
- labelFigure pointLabel(Object label)
DataSeries
pointLabel
in interface CategoryDataSeries3D
pointLabel
in interface DataSeries
pointLabel
in interface DataSeries3D
pointLabel
in interface XYZDataSeries
label
- labelFigure pointLabel(Object label, Object... keys)
pointLabel
in interface MultiSeries
Figure pointLabel(Object... labels)
XYDataSeries
labels
.pointLabel
in interface XYDataSeries
labels
- labelsFigure pointLabel(Object[] labels, Object... keys)
pointLabel
in interface MultiSeries
Figure pointLabelFormat(String format)
DataSeries
Use {0} where the data series name should be inserted, {1} for the x-value and {2} y-value e.g. "{0}: ({1}, {2})" will display as Series1: (2.0, 5.5).
pointLabelFormat
in interface CategoryDataSeries3D
pointLabelFormat
in interface DataSeries
pointLabelFormat
in interface DataSeries3D
pointLabelFormat
in interface XYZDataSeries
format
- formatFigure pointLabelFormat(String format, Object... keys)
pointLabelFormat
in interface MultiSeries
Figure pointShape(IndexableData<String> shapes)
XYDataSeries
shapes
.pointShape
in interface XYDataSeries
shapes
- shapesFigure pointShape(IndexableData<String> shapes, Object... keys)
pointShape
in interface MultiSeries
Figure pointShape(SelectableDataSet sds, String columnName)
XYDataSeries
columnName
at row i.pointShape
in interface XYDataSeries
sds
- selectable data setcolumnName
- column nameFigure pointShape(SelectableDataSet sds, String columnName, Object... keys)
pointShape
in interface MultiSeries
Figure pointShape(SelectableDataSet sds, String keyColumn, String valueColumn)
CategoryDataSeries
keyColumn
of the SelectableDataSet
sds
to the shape specified in the valueColumn
of t
.pointShape
in interface CategoryDataSeries
sds
- selectable data setkeyColumn
- column in sds
, specifying category valuesvalueColumn
- column in sds
, specifying shapesFigure pointShape(SelectableDataSet sds, String keyColumn, String valueColumn, Object... keys)
pointShape
in interface MultiSeries
Figure pointShape(SerializableFunction<Comparable,String> shapes)
CategoryDataSeries
shapes
to determine the shape for input categories.pointShape
in interface CategoryDataSeries
shapes
- function used to determine point shapesFigure pointShape(SerializableFunction<Comparable,String> shapes, Object... keys)
pointShape
in interface MultiSeries
Figure pointShape(Table t, String columnName)
XYDataSeries
columnName
at row i.pointShape
in interface XYDataSeries
t
- tablecolumnName
- column nameFigure pointShape(Table t, String columnName, Object... keys)
pointShape
in interface MultiSeries
Figure pointShape(Table t, String keyColumn, String valueColumn)
CategoryDataSeries
keyColumn
of the table t
to the shape
specified in the valueColumn
of t
.pointShape
in interface CategoryDataSeries
t
- tablekeyColumn
- column in t
, specifying category valuesvalueColumn
- column in t
, specifying shapesFigure pointShape(Table t, String keyColumn, String valueColumn, Object... keys)
pointShape
in interface MultiSeries
Figure pointShape(com.illumon.iris.gui.shape.Shape shape)
DataSeries
pointShape
in interface DataSeries
shape
- shapeFigure pointShape(com.illumon.iris.gui.shape.Shape shape, Object... keys)
pointShape
in interface MultiSeries
Figure pointShape(com.illumon.iris.gui.shape.Shape... shapes)
XYDataSeries
pointShapes
.pointShape
in interface XYDataSeries
shapes
- shapesFigure pointShape(com.illumon.iris.gui.shape.Shape[] shapes, Object... keys)
pointShape
in interface MultiSeries
Figure pointShape(groovy.lang.Closure<String> shapes)
CategoryDataSeries
shapes
to determine the shape for input categories.pointShape
in interface CategoryDataSeries
shapes
- closure used to determine point shapesFigure pointShape(groovy.lang.Closure<String> shapes, Object... keys)
pointShape
in interface MultiSeries
Figure pointShape(Comparable category, com.illumon.iris.gui.shape.Shape shape)
CategoryDataSeries
pointShape
in interface CategoryDataSeries
category
- category valueshape
- shapeFigure pointShape(Comparable category, com.illumon.iris.gui.shape.Shape shape, Object... keys)
pointShape
in interface MultiSeries
Figure pointShape(Comparable category, String shape)
CategoryDataSeries
pointShape
in interface CategoryDataSeries
category
- category valueshape
- shapeFigure pointShape(Comparable category, String shape, Object... keys)
pointShape
in interface MultiSeries
Figure pointShape(String shape)
DataSeries
pointShape
in interface DataSeries
shape
- shapeFigure pointShape(String shape, Object... keys)
pointShape
in interface MultiSeries
Figure pointShape(String... shapes)
XYDataSeries
shapes
.pointShape
in interface XYDataSeries
shapes
- shapesFigure pointShape(String[] shapes, Object... keys)
pointShape
in interface MultiSeries
Figure pointSize(IndexableData<Double> factors)
XYDataSeries
factors
.
Points outside of these indices use the default size.pointSize
in interface XYDataSeries
factors
- factors to multiply the default size (1) byFigure pointSize(IndexableData<Double> factors, Object... keys)
pointSize
in interface MultiSeries
Figure pointSize(SelectableDataSet sds, String columnName)
XYDataSeries
columnName
at row i.
Points outside of these indices use the default size.pointSize
in interface XYDataSeries
pointSize
in interface XYZDataSeries
sds
- selectable data setcolumnName
- column in sds
Figure pointSize(SelectableDataSet sds, String columnName, Object... keys)
pointSize
in interface MultiSeries
Figure pointSize(SelectableDataSet sds, String keyColumn, String valueColumn)
CategoryDataSeries
keyColumn
of the table sds
to the factor
specified in the valueColumn
of sds
.pointSize
in interface CategoryDataSeries
pointSize
in interface CategoryDataSeries3D
sds
- selectable data setkeyColumn
- column in sds
, specifying category valuesvalueColumn
- column in sds
, specifying point sizesFigure pointSize(SelectableDataSet sds, String keyColumn, String valueColumn, Object... keys)
pointSize
in interface MultiSeries
Figure pointSize(SelectableDataSet sds, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
CategoryDataSeries3D
xCategoriesColumn
, zCategoriesColumn
) of the table sds
to the factor
specified in the valueColumn
of sds
.pointSize
in interface CategoryDataSeries3D
sds
- selectable data setxCategoriesColumn
- column in sds
, specifying x-axis categories valuezCategoriesColumn
- column in sds
, specifying z-axis categories valuevalueColumn
- column in sds
, specifying point sizesFigure pointSize(Table t, String columnName)
XYDataSeries
columnName
at row i.
Points outside of these indices use the default size.pointSize
in interface XYDataSeries
pointSize
in interface XYZDataSeries
t
- tablecolumnName
- column in t
Figure pointSize(Table t, String columnName, Object... keys)
pointSize
in interface MultiSeries
Figure pointSize(Table t, String keyColumn, String valueColumn)
CategoryDataSeries
keyColumn
of the table t
to the factor
specified in the valueColumn
of t
.pointSize
in interface CategoryDataSeries
pointSize
in interface CategoryDataSeries3D
t
- tablekeyColumn
- column in t
, specifying category valuesvalueColumn
- column in t
, specifying point sizesFigure pointSize(Table t, String keyColumn, String valueColumn, Object... keys)
pointSize
in interface MultiSeries
Figure pointSize(Table t, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
CategoryDataSeries3D
xCategoriesColumn
, zCategoriesColumn
) of the table t
to the factor
specified in the valueColumn
of t
.pointSize
in interface CategoryDataSeries3D
t
- tablexCategoriesColumn
- column in t
, specifying x-axis categories valuezCategoriesColumn
- column in t
, specifying z-axis categories valuevalueColumn
- column in t
, specifying point sizesFigure pointSize(double factor)
DataSeries
pointSize
in interface CategoryDataSeries3D
pointSize
in interface DataSeries
pointSize
in interface DataSeries3D
pointSize
in interface XYZDataSeries
factor
- point sizeFigure pointSize(double... factors)
XYDataSeries
factors
.
Points outside of these indices use the default size.pointSize
in interface XYDataSeries
factors
- factors to multiply the default size (1) byFigure pointSize(double[] factors, Object... keys)
pointSize
in interface MultiSeries
Figure pointSize(int factor)
DataSeries
pointSize
in interface CategoryDataSeries3D
pointSize
in interface DataSeries
pointSize
in interface DataSeries3D
pointSize
in interface XYZDataSeries
factor
- point sizeFigure pointSize(int... factors)
XYDataSeries
factors
.
Points outside of these indices use the default size.pointSize
in interface XYDataSeries
factors
- factors to multiply the default size (1) byFigure pointSize(int[] factors, Object... keys)
pointSize
in interface MultiSeries
Figure pointSize(Comparable category, double factor)
CategoryDataSeries
pointSize
in interface CategoryDataSeries
pointSize
in interface CategoryDataSeries3D
category
- data pointfactor
- factor to multiply the default size (1) byFigure pointSize(Comparable category, double factor, Object... keys)
pointSize
in interface MultiSeries
Figure pointSize(Comparable category, int factor)
CategoryDataSeries
pointSize
in interface CategoryDataSeries
pointSize
in interface CategoryDataSeries3D
category
- data pointfactor
- factor to multiply the default size (1) byFigure pointSize(Comparable category, int factor, Object... keys)
pointSize
in interface MultiSeries
Figure pointSize(Comparable category, Number factor)
CategoryDataSeries
pointSize
in interface CategoryDataSeries
pointSize
in interface CategoryDataSeries3D
category
- data pointfactor
- factor to multiply the default size (1) byFigure pointSize(Comparable category, Number factor, Object... keys)
pointSize
in interface MultiSeries
Figure pointSize(Comparable category, long factor)
CategoryDataSeries
pointSize
in interface CategoryDataSeries
pointSize
in interface CategoryDataSeries3D
category
- data pointfactor
- factor to multiply the default size (1) byFigure pointSize(Comparable category, long factor, Object... keys)
pointSize
in interface MultiSeries
Figure pointSize(Comparable xCategory, Comparable zCategory, double factor)
CategoryDataSeries3D
pointSize
in interface CategoryDataSeries3D
xCategory
- x-axis categoryzCategory
- z-axis categoryfactor
- factor to multiply the default size byFigure pointSize(Comparable xCategory, Comparable zCategory, int factor)
CategoryDataSeries3D
xCategory
, zCategory
).pointSize
in interface CategoryDataSeries3D
xCategory
- x-axis categoryzCategory
- z-axis categoryfactor
- factor to multiply the default size byFigure pointSize(Comparable xCategory, Comparable zCategory, Number factor)
CategoryDataSeries3D
xCategory
, zCategory
).pointSize
in interface CategoryDataSeries3D
xCategory
- x-axis categoryzCategory
- z-axis categoryfactor
- factor to multiply the default size byFigure pointSize(Comparable xCategory, Comparable zCategory, long factor)
CategoryDataSeries3D
xCategory
, zCategory
).pointSize
in interface CategoryDataSeries3D
xCategory
- x-axis categoryzCategory
- z-axis categoryfactor
- factor to multiply the default size byFigure pointSize(Number factor)
DataSeries
pointSize
in interface CategoryDataSeries3D
pointSize
in interface DataSeries
pointSize
in interface DataSeries3D
pointSize
in interface XYZDataSeries
factor
- point sizeFigure pointSize(Number factor, Object... keys)
pointSize
in interface MultiSeries
Figure pointSize(long factor)
DataSeries
pointSize
in interface CategoryDataSeries3D
pointSize
in interface DataSeries
pointSize
in interface DataSeries3D
pointSize
in interface XYZDataSeries
factor
- point sizeFigure pointSize(long... factors)
XYDataSeries
factors
.
Points outside of these indices use the default size.pointSize
in interface XYDataSeries
factors
- factors to multiply the default size (1) byFigure pointSize(long[] factors, Object... keys)
pointSize
in interface MultiSeries
Figure pointsVisible(Boolean visible)
DataSeries
pointsVisible
in interface CategoryDataSeries
pointsVisible
in interface CategoryDataSeries3D
pointsVisible
in interface DataSeries
pointsVisible
in interface DataSeries3D
visible
- point visibilityFigure pointsVisible(Boolean visible, Object... keys)
pointsVisible
in interface MultiSeries
Figure seriesColor(com.illumon.iris.gui.color.Paint color)
DataSeries
seriesColor
in interface DataSeries
seriesColor
in interface DataSeries3D
color
- colorFigure seriesColor(com.illumon.iris.gui.color.Paint color, Object... keys)
seriesColor
in interface MultiSeries
Figure seriesColor(int color)
DataSeries
seriesColor
in interface DataSeries
seriesColor
in interface DataSeries3D
color
- colorFigure seriesColor(int color, Object... keys)
seriesColor
in interface MultiSeries
Figure seriesColor(String color)
DataSeries
seriesColor
in interface DataSeries
seriesColor
in interface DataSeries3D
color
- colorFigure seriesColor(String color, Object... keys)
seriesColor
in interface MultiSeries
Figure seriesNamingFunction(SerializableFunction<Object,String> namingFunction)
MultiSeries
seriesNamingFunction
in interface MultiSeries
namingFunction
- series naming functionFigure seriesNamingFunction(groovy.lang.Closure<String> namingFunction)
MultiSeries
seriesNamingFunction
in interface MultiSeries
namingFunction
- series naming closureFigure toolTipPattern(String format)
DataSeries
toolTipPattern
in interface DataSeries
toolTipPattern
in interface DataSeries3D
format
- formatFigure toolTipPattern(String format, Object... keys)
toolTipPattern
in interface MultiSeries
Figure xToolTipPattern(String format)
DataSeries
xToolTipPattern
in interface CategoryDataSeries3D
xToolTipPattern
in interface DataSeries
xToolTipPattern
in interface DataSeries3D
xToolTipPattern
in interface XYZDataSeries
format
- formatFigure xToolTipPattern(String format, Object... keys)
xToolTipPattern
in interface MultiSeries
Figure yToolTipPattern(String format)
DataSeries
yToolTipPattern
in interface CategoryDataSeries3D
yToolTipPattern
in interface DataSeries
yToolTipPattern
in interface DataSeries3D
yToolTipPattern
in interface XYZDataSeries
format
- formatFigure yToolTipPattern(String format, Object... keys)
yToolTipPattern
in interface MultiSeries
Figure zToolTipPattern(String format)
DataSeries3D
zToolTipPattern
in interface CategoryDataSeries3D
zToolTipPattern
in interface DataSeries3D
zToolTipPattern
in interface XYZDataSeries
format
- format<CATEGORY extends Comparable,COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(Map<CATEGORY,COLOR> colors)
CategoryDataSeries
colors
to determine point Paint
.pointColor
in interface CategoryDataSeries
CATEGORY
- type of the categorical dataCOLOR
- type of color for the pointscolors
- map from data points to their Paint
s<CATEGORY extends Comparable,COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(Map<CATEGORY,COLOR> colors, Object... keys)
pointColor
in interface MultiSeries
<CATEGORY extends Comparable,COLOR extends Integer> Figure pointColorInteger(Map<CATEGORY,COLOR> colors)
CategoryDataSeries
colors
to determine point Paint
.pointColorInteger
in interface CategoryDataSeries
CATEGORY
- type of the categorical dataCOLOR
- type of color for the pointscolors
- map from data points to the index of the color palette<CATEGORY extends Comparable,COLOR extends Integer> Figure pointColorInteger(Map<CATEGORY,COLOR> colors, Object... keys)
pointColorInteger
in interface MultiSeries
<CATEGORY extends Comparable,LABEL> Figure pointLabel(Map<CATEGORY,LABEL> labels)
CategoryDataSeries
labels
to determine the label for each category in labels
.pointLabel
in interface CategoryDataSeries
CATEGORY
- type of the categorical dataLABEL
- data type of the point labelslabels
- map used to determine point labels<CATEGORY extends Comparable,LABEL> Figure pointLabel(Map<CATEGORY,LABEL> labels, Object... keys)
pointLabel
in interface MultiSeries
<CATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(CATEGORY[] categories, NUMBER[] factors)
CategoryDataSeries
The i-th factor in factors
sets the size of the
i-th data point in categories
.
pointSize
in interface CategoryDataSeries
CATEGORY
- type of the categorical dataNUMBER
- data type of the point sizescategories
- data pointsfactors
- factors to multiply the default size (1) by<CATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(CATEGORY[] categories, NUMBER[] factors, Object... keys)
pointSize
in interface MultiSeries
<CATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(Map<CATEGORY,NUMBER> factors)
CategoryDataSeries
factors
to determine the point sizes for the specified data points.pointSize
in interface CategoryDataSeries
CATEGORY
- type of the categorical dataNUMBER
- data type of the point sizesfactors
- map used to set sizes of specific data points<CATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(Map<CATEGORY,NUMBER> factors, Object... keys)
pointSize
in interface MultiSeries
<CATEGORY extends Comparable> Figure pointShape(Map<CATEGORY,String> shapes)
CategoryDataSeries
shapes
to determine the shape for each category in shapes
.pointShape
in interface CategoryDataSeries
CATEGORY
- type of the categorical datashapes
- map used to determine point shapes<CATEGORY extends Comparable> Figure pointShape(Map<CATEGORY,String> shapes, Object... keys)
pointShape
in interface MultiSeries
<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, double[] factors)
CategoryDataSeries
The i-th factor in factors
sets the size of the
i-th data point in categories
.
pointSize
in interface CategoryDataSeries
CATEGORY
- type of the categorical datacategories
- data pointsfactors
- factors to multiply the default size (1) by<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, double[] factors, Object... keys)
pointSize
in interface MultiSeries
<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, int[] factors)
CategoryDataSeries
The i-th factor in factors
sets the size of the
i-th data point in categories
.
pointSize
in interface CategoryDataSeries
CATEGORY
- type of the categorical datacategories
- data pointsfactors
- factors to multiply the default size (1) by<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, int[] factors, Object... keys)
pointSize
in interface MultiSeries
<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, long[] factors)
CategoryDataSeries
The i-th factor in factors
sets the size of the
i-th data point in categories
.
pointSize
in interface CategoryDataSeries
CATEGORY
- type of the categorical datacategories
- data pointsfactors
- factors to multiply the default size (1) by<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, long[] factors, Object... keys)
pointSize
in interface MultiSeries
<COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(SerializableBiFunction<Comparable,Comparable,COLOR> colors)
CategoryDataSeries3D
paints
to determine point Paint
.pointColor
in interface CategoryDataSeries3D
COLOR
- type of color for the pointscolors
- BinaryFunction from data points to their Paint
s<COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(SerializableFunction<Comparable,COLOR> colors)
CategoryDataSeries
colors
to determine point Paint
.pointColor
in interface CategoryDataSeries
COLOR
- type of color for the pointscolors
- function from data points to their Paint
s<COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(SerializableFunction<Comparable,COLOR> colors, Object... keys)
pointColor
in interface MultiSeries
<COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(groovy.lang.Closure<COLOR> colors)
CategoryDataSeries
colors
to determine point Paint
.pointColor
in interface CategoryDataSeries
COLOR
- type of input for the closurecolors
- closure from data points to their Paint
s<COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(groovy.lang.Closure<COLOR> colors, Object... keys)
pointColor
in interface MultiSeries
<COLOR extends Integer> Figure pointColorInteger(SerializableBiFunction<Comparable,Comparable,COLOR> colors)
CategoryDataSeries3D
colors
to determine colors.pointColorInteger
in interface CategoryDataSeries3D
COLOR
- type of colorcolors
- Binary function representing color at (xCategory, zCategory)<COLOR extends Integer> Figure pointColorInteger(SerializableFunction<Comparable,COLOR> colors)
CategoryDataSeries
colors
to determine point Paint
.pointColorInteger
in interface CategoryDataSeries
COLOR
- type of color for the pointscolors
- function from data points to the index of the color palette<COLOR extends Integer> Figure pointColorInteger(SerializableFunction<Comparable,COLOR> colors, Object... keys)
pointColorInteger
in interface MultiSeries
<COLOR extends Integer> Figure pointColorInteger(groovy.lang.Closure<COLOR> colors)
CategoryDataSeries
colors
to determine point Paint
.pointColorInteger
in interface CategoryDataSeries
COLOR
- type of color palette indicescolors
- closure from data points to the index of the color palette<COLOR extends Integer> Figure pointColorInteger(groovy.lang.Closure<COLOR> colors, Object... keys)
pointColorInteger
in interface MultiSeries
<LABEL> Figure pointLabel(SerializableBiFunction<Comparable,Comparable,LABEL> labels)
CategoryDataSeries3D
labels
to determine point label.pointLabel
in interface CategoryDataSeries3D
LABEL
- type of color for the pointslabels
- BinaryFunction from data points to their labels<LABEL> Figure pointLabel(SerializableFunction<Comparable,LABEL> labels)
CategoryDataSeries
labels
to determine the label for input categories.pointLabel
in interface CategoryDataSeries
LABEL
- data type of the point labelslabels
- function used to determine point labels<LABEL> Figure pointLabel(SerializableFunction<Comparable,LABEL> labels, Object... keys)
pointLabel
in interface MultiSeries
<LABEL> Figure pointLabel(groovy.lang.Closure<LABEL> labels)
CategoryDataSeries
labels
to determine the label for input categories.pointLabel
in interface CategoryDataSeries
LABEL
- data type of the point labelslabels
- closure used to determine point labels<LABEL> Figure pointLabel(groovy.lang.Closure<LABEL> labels, Object... keys)
pointLabel
in interface MultiSeries
<NUMBER extends Number> Figure pointSize(SerializableBiFunction<Comparable,Comparable,NUMBER> factors)
CategoryDataSeries3D
factors
to determine point size.pointSize
in interface CategoryDataSeries3D
NUMBER
- type of colorfactors
- BinaryFunction from data points to their factors<NUMBER extends Number> Figure pointSize(SerializableFunction<Comparable,NUMBER> factors)
CategoryDataSeries
factors
to determine the point sizes for this dataset.pointSize
in interface CategoryDataSeries
NUMBER
- data type of the point sizesfactors
- function used to set sizes of data points<NUMBER extends Number> Figure pointSize(SerializableFunction<Comparable,NUMBER> factors, Object... keys)
pointSize
in interface MultiSeries
<NUMBER extends Number> Figure pointSize(groovy.lang.Closure<NUMBER> factors)
CategoryDataSeries
factors
to determine the point sizes for this dataset.pointSize
in interface CategoryDataSeries
NUMBER
- data type of the point sizesfactors
- closure used to set sizes of data points<NUMBER extends Number> Figure pointSize(groovy.lang.Closure<NUMBER> factors, Object... keys)
pointSize
in interface MultiSeries
<T extends com.illumon.iris.gui.color.Paint> Figure pointColor(IndexableData<T> colors)
XYDataSeries
Paint
in colors
at index i.
Points outside of these indices use the default color.pointColor
in interface XYDataSeries
T
- data type of the colors
colors
- colors<T extends com.illumon.iris.gui.color.Paint> Figure pointColor(IndexableData<T> colors, Object... keys)
pointColor
in interface MultiSeries
<T extends com.illumon.iris.gui.color.Paint> Figure pointColorByY(SerializableFunction<Double,T> colors)
DataSeries
colors
to determine point Paint
.
The functions input values are the y-value of the data point.pointColorByY
in interface DataSeries
colors
- function from the y-value of data points to Paint
<T extends com.illumon.iris.gui.color.Paint> Figure pointColorByY(SerializableFunction<Double,T> colors, Object... keys)
pointColorByY
in interface MultiSeries
<T extends com.illumon.iris.gui.color.Paint> Figure pointColorByY(groovy.lang.Closure<T> colors)
DataSeries
colors
to determine point Paint
.
The functions input values are the y-value of the data point.pointColorByY
in interface DataSeries
colors
- function from the y-value of data points to Paint
<T extends com.illumon.iris.gui.color.Paint> Figure pointColorByY(groovy.lang.Closure<T> colors, Object... keys)
pointColorByY
in interface MultiSeries
<T extends Number> Figure pointSize(T[] factors)
XYDataSeries
factors
.pointSize
in interface XYDataSeries
T
- data type of the factors
factors
- factors to multiply the default size (1) by<T extends Number> Figure pointSize(T[] factors, Object... keys)
pointSize
in interface MultiSeries
<XCATEGORY extends Comparable,ZCATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(XCATEGORY[] xCategories, ZCATEGORY[] zCategories, NUMBER[] factors)
CategoryDataSeries3D
The i-th factor in factors
sets the size of the
i-th data point in (xCategories
, zCategories
).
pointSize
in interface CategoryDataSeries3D
XCATEGORY
- type of the xCategories dataZCATEGORY
- type of the zCategories dataNUMBER
- data type of the point sizesxCategories
- x-axis categorieszCategories
- z-axis categoriesfactors
- factors to multiply the default size<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> Figure pointSize(XCATEGORY[] xCategories, ZCATEGORY[] zCategories, double[] factors)
CategoryDataSeries3D
The i-th factor in factors
sets the size of the
i-th data point in (xCategories
, zCategories
).
pointSize
in interface CategoryDataSeries3D
XCATEGORY
- type of the xCategories dataZCATEGORY
- type of the zCategories dataxCategories
- x-axis categorieszCategories
- z-axis categoriesfactors
- factors to multiply the default size<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> Figure pointSize(XCATEGORY[] xCategories, ZCATEGORY[] zCategories, int[] factors)
CategoryDataSeries3D
The i-th factor in factors
sets the size of the
i-th data point in (xCategories
, zCategories
).
pointSize
in interface CategoryDataSeries3D
XCATEGORY
- type of the xCategories dataZCATEGORY
- type of the zCategories dataxCategories
- x-axis categorieszCategories
- z-axis categoriesfactors
- factors to multiply the default size<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> Figure pointSize(XCATEGORY[] xCategories, ZCATEGORY[] zCategories, long[] factors)
CategoryDataSeries3D
The i-th factor in factors
sets the size of the
i-th data point in (xCategories
, zCategories
).
pointSize
in interface CategoryDataSeries3D
XCATEGORY
- type of the xCategories dataZCATEGORY
- type of the zCategories dataxCategories
- x-axis categorieszCategories
- z-axis categoriesfactors
- factors to multiply the default size