Package io.deephaven.plot
Interface Figure
- All Superinterfaces:
Axes,Axis,BaseFigure,CategoryDataSeries,CategoryErrorBarDataSeries,Chart,DataSeries,IntervalXYDataSeries,MultiSeries,OHLCDataSeries,Serializable,Series,XYDataSeries,XYDataSeriesFunction,XYErrorBarDataSeries
- All Known Implementing Classes:
FigureImpl,FigureWidget,ScatterPlotMatrix
public interface Figure
extends BaseFigure, Chart, Axes, Axis, DataSeries, CategoryDataSeries, IntervalXYDataSeries, OHLCDataSeries, XYDataSeries, MultiSeries, XYDataSeriesFunction, XYErrorBarDataSeries, CategoryErrorBarDataSeries
An interface for constructing plots. A Figure is immutable, and all function calls return a new immutable Figure instance.
-
Field Summary
Fields inherited from interface io.deephaven.plot.datasets.category.CategoryDataSeries
CAT_SERIES_ORDER_COLUMN -
Method Summary
Modifier and TypeMethodDescriptionaxes(int id) Gets an axes.Gets an axes.axesRemoveSeries(String... removeSeriesNames) Removes the series with the specifiednamesfrom this Axes.axis(int dim) Gets theAxisat dimensiondim.Sets the color for this Axis line and tick marks.Sets the color for this Axis line and tick marks.axisFormat(AxisFormat axisFormat) Sets theAxisFormatfor this Axis.axisFormatPattern(String axisFormatPattern) Sets the format pattern for this Axis's labels.Sets the label for this Axis.axisLabelFont(Font font) Sets the font for this Axis's label.axisLabelFont(String family, String style, int size) Sets the font for this Axis's label.Sets this Axis'sAxisTransformas anAxisTransformBusinessCalendar.businessTime(boolean useBusinessTime) Sets this Axis'sAxisTransformas anAxisTransformBusinessCalendar.businessTime(SelectableDataSet sds, String calendar) Sets this Axis'sAxisTransformas anAxisTransformBusinessCalendar.businessTime(BusinessCalendar calendar) Sets this Axis'sAxisTransformas anAxisTransformBusinessCalendar.catErrorBar(Comparable seriesName, Table t, String categories, String y, String yLow, String yHigh) Creates a category error bar plot with whiskers in the y direction.catErrorBar(Comparable seriesName, SelectableDataSet sds, String categories, String y, String yLow, String yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, double[] y, double[] yLow, double[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, float[] y, float[] yLow, float[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, int[] y, int[] yLow, int[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, long[] y, long[] yLow, long[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, short[] y, 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>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, List<T1> y, List<T2> yLow, List<T3> 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>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, T1[] y, T2[] yLow, T3[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, double[] y, double[] yLow, double[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, float[] y, float[] yLow, float[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, int[] y, int[] yLow, int[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, long[] y, long[] yLow, long[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, short[] y, short[] yLow, short[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, Date[] y, Date[] yLow, Date[] 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>
FigurecatErrorBar(Comparable seriesName, T0[] categories, List<T1> y, List<T2> yLow, List<T3> 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>
FigurecatErrorBar(Comparable seriesName, T0[] categories, T1[] y, T2[] yLow, T3[] yHigh) Creates a category error bar plot with whiskers in the y direction.catErrorBarBy(Comparable seriesName, Table t, String categories, String y, String yLow, String yHigh, String... byColumns) Creates a catErrorBar plot for each distinct grouping value specified inbyColumns.catErrorBarBy(Comparable seriesName, SelectableDataSet sds, String categories, String y, String yLow, String yHigh, String... byColumns) Creates a catErrorBar plot for each distinct grouping value specified inbyColumns.catHistPlot(Comparable seriesName, double[] categories) Creates a histogram with discrete axis.catHistPlot(Comparable seriesName, float[] categories) Creates a histogram with discrete axis.catHistPlot(Comparable seriesName, int[] categories) Creates a histogram with discrete axis.catHistPlot(Comparable seriesName, long[] categories) Creates a histogram with discrete axis.catHistPlot(Comparable seriesName, Table t, String categories) Creates a histogram with discrete axis.catHistPlot(Comparable seriesName, SelectableDataSet sds, String categories) Creates a histogram with discrete axis.<T extends Comparable>
FigurecatHistPlot(Comparable seriesName, List<T> categories) Creates a histogram with discrete axis.<T extends Comparable>
FigurecatHistPlot(Comparable seriesName, T[] categories) Creates a histogram with discrete axis.catPlot(Comparable seriesName, Table t, String categories, String y) Creates a plot with discrete axis.<T1 extends Comparable>
FigurecatPlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData y) Creates a plot with discrete axis.catPlot(Comparable seriesName, SelectableDataSet sds, String categories, String y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, double[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, float[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, int[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, long[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, short[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, Instant[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, Date[] y) Creates a plot with discrete axis.<T0 extends Comparable,T1 extends Number>
FigurecatPlot(Comparable seriesName, List<T0> categories, List<T1> y) Creates a plot with discrete axis.<T0 extends Comparable,T1 extends Number>
FigurecatPlot(Comparable seriesName, List<T0> categories, T1[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, double[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, float[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, int[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, long[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, short[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, Instant[] y) Creates a plot with discrete axis.<T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, Date[] y) Creates a plot with discrete axis.<T0 extends Comparable,T1 extends Number>
FigurecatPlot(Comparable seriesName, T0[] categories, List<T1> y) Creates a plot with discrete axis.<T0 extends Comparable,T1 extends Number>
FigurecatPlot(Comparable seriesName, T0[] categories, T1[] y) Creates a plot with discrete axis.Creates a category plot per distinct grouping value specified inbyColumns.catPlotBy(Comparable seriesName, SelectableDataSet sds, String categories, String y, String... byColumns) Creates a category plot per distinct grouping value specified inbyColumns.chart(int index) Returns a chart from this Figure's grid.chart(int rowNum, int colNum) Returns a chart from this Figure's grid.chartRemoveSeries(String... removeSeriesNames) Removes the series with the specifiednamesfrom this Chart.chartTitle(boolean showColumnNamesInTitle, Table t, String... titleColumns) Sets the title of this Chart.chartTitle(boolean showColumnNamesInTitle, SelectableDataSet sds, String... titleColumns) Sets the title of this Chart.chartTitle(Table t, String... titleColumns) Sets the title of this Chart.chartTitle(SelectableDataSet sds, String... titleColumns) Sets the title of this Chart.chartTitle(String title) Sets the title of this Chart.chartTitle(String titleFormat, Table t, String... titleColumns) Sets the title of this Chart.chartTitle(String titleFormat, SelectableDataSet sds, String... titleColumns) Sets the title of this Chart.chartTitleColor(Paint color) Sets the color of this Chart's title.chartTitleColor(String color) Sets the color of this Chart's title.chartTitleFont(Font font) Sets the font of this Chart's title.chartTitleFont(String family, String style, int size) Sets the font of this Chart's title.colSpan(int colSpan) Sets the size of this Chart within the grid of the figure.errorBarColor(int errorBarColor) Sets the error barPaintfor this dataset.errorBarColor(int errorBarColor, Object... multiSeriesKey) errorBarColor(Paint errorBarColor) Sets the error barPaintfor this dataset.errorBarColor(Paint errorBarColor, Object... multiSeriesKey) errorBarColor(String errorBarColor) Sets the error barPaintfor this dataset.errorBarColor(String errorBarColor, Object... multiSeriesKey) errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Instant[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Instant[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Instant[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Instant[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Instant[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y) Creates an XY plot with error bars in the x direction.Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, double[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, float[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, int[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, long[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, short[] y) Creates an XY plot with error bars in the x direction.Creates an XY plot with error bars in the x direction.Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, T3[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y) Creates an XY plot with error bars in the x direction.Creates an XY plot with error bars in the x direction.Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y) Creates an XY plot with error bars in the x direction.Creates an XY plot with error bars in the x direction.Creates an XY plot with error bars in the x direction.Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Instant[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y) Creates an XY plot with error bars in the x direction.errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y) Creates an XY plot with error bars in the x direction.errorBarXBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String... byColumns) Creates an errorBarX plot per distinct grouping value specified inbyColumns.errorBarXBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String... byColumns) Creates an errorBarX plot per distinct grouping value specified inbyColumns.errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y, double[] yLow, double[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y, float[] yLow, float[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y, int[] yLow, int[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y, long[] yLow, long[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y, short[] yLow, short[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, double[] y, double[] yLow, double[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, float[] y, float[] yLow, float[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, int[] y, int[] yLow, int[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, long[] y, long[] yLow, long[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, short[] y, short[] yLow, short[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y, double[] yLow, double[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y, float[] yLow, float[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y, int[] yLow, int[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y, long[] yLow, long[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y, short[] yLow, short[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars 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>
FigureerrorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars 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>
FigureerrorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) Creates an XY plot with error bars in both the x and y directions.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 inbyColumns.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 inbyColumns.errorBarY(Comparable seriesName, double[] x, double[] y, double[] yLow, double[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, double[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, double[] x, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, float[] x, float[] y, float[] yLow, float[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, float[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, float[] x, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, int[] x, int[] y, int[] yLow, int[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, int[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, int[] x, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, long[] x, long[] y, long[] yLow, long[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, long[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, long[] x, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, short[] x, short[] y, short[] yLow, short[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, short[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, short[] x, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in the y direction.Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, Instant[] x, double[] y, double[] yLow, double[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, Instant[] x, float[] y, float[] yLow, float[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, Instant[] x, int[] y, int[] yLow, int[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, Instant[] x, long[] y, long[] yLow, long[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, Instant[] x, short[] y, short[] yLow, short[] yHigh) Creates an XY plot with error bars in the y direction.Creates an XY plot with error bars in the y direction.Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, Instant[] x, T1[] y, T2[] yLow, T3[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, Date[] x, double[] y, double[] yLow, double[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, Date[] x, float[] y, float[] yLow, float[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, Date[] x, int[] y, int[] yLow, int[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, Date[] x, long[] y, long[] yLow, long[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, Date[] x, short[] y, short[] yLow, short[] yHigh) Creates an XY plot with error bars in the y direction.Creates an XY plot with error bars in the y direction.Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, Date[] x, T1[] y, T2[] yLow, T3[] yHigh) Creates an XY plot with error bars in the y direction.Creates an XY plot with error bars in the y direction.Creates an XY plot with error bars in the y direction.Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, T0[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, T0[] x, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY(Comparable seriesName, T0[] x, T1[] y, T2[] yLow, T3[] yHigh) Creates an XY plot with error bars in the y direction.errorBarYBy(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh, String... byColumns) Creates a errorBarY plot per distinct grouping value specified inbyColumns.errorBarYBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh, String... byColumns) Creates a errorBarY plot per distinct grouping value specified inbyColumns.figureRemoveSeries(String... removeSeriesNames) Removes all series withnamesfrom this Figure.figureTitle(String title) Sets the title of this FigurefigureTitleColor(Paint color) Sets the color of this Figure's titlefigureTitleColor(String color) Sets the color of this Figure's titlefigureTitleFont(Font font) Sets the font of this Figure's titlefigureTitleFont(String family, String style, int size) Sets the font of this Figure's titlefuncNPoints(int npoints) Sets the number of data points in this dataset.funcRange(double xmin, double xmax) Sets the data range for this series.funcRange(double xmin, double xmax, int npoints) Sets the data range for this series.gradientVisible(boolean gradientVisible) Sets whether bar gradients are visible.gradientVisible(boolean gradientVisible, Object... multiSeriesKey) gridLinesVisible(boolean gridVisible) Sets whether the Chart has grid lines.group(int group) Sets the group for this dataset.histPlot(Comparable seriesName, double[] x, double xmin, double xmax, int nbins) Creates a histogram.histPlot(Comparable seriesName, double[] x, int nbins) Creates a histogram.histPlot(Comparable seriesName, float[] x, double xmin, double xmax, int nbins) Creates a histogram.histPlot(Comparable seriesName, float[] x, int nbins) Creates a histogram.histPlot(Comparable seriesName, int[] x, double xmin, double xmax, int nbins) Creates a histogram.histPlot(Comparable seriesName, int[] x, int nbins) Creates a histogram.histPlot(Comparable seriesName, long[] x, double xmin, double xmax, int nbins) Creates a histogram.histPlot(Comparable seriesName, long[] x, int nbins) Creates a histogram.histPlot(Comparable seriesName, short[] x, double xmin, double xmax, int nbins) Creates a histogram.histPlot(Comparable seriesName, short[] x, int nbins) Creates a histogram.histPlot(Comparable seriesName, Table t) Creates a histogram.histPlot(Comparable seriesName, Table t, String x, double xmin, double xmax, int nbins) Creates a histogram.histPlot(Comparable seriesName, Table t, String x, int nbins) Creates a histogram.histPlot(Comparable seriesName, SelectableDataSet sds, String x, double xmin, double xmax, int nbins) Creates a histogram.histPlot(Comparable seriesName, SelectableDataSet sds, String x, int nbins) Creates a histogram.histPlot(Comparable seriesName, List<T0> x, double xmin, double xmax, int nbins) Creates a histogram.histPlot(Comparable seriesName, List<T0> x, int nbins) Creates a histogram.histPlot(Comparable seriesName, T0[] x, double xmin, double xmax, int nbins) Creates a histogram.histPlot(Comparable seriesName, T0[] x, int nbins) Creates a histogram.invert()Inverts this Axis so that larger values are closer to the origin.invert(boolean invert) Inverts this Axis so that larger values are closer to the origin.legendColor(Paint color) Sets the color of the text inside the Chart's legend.legendColor(String color) Sets the color of the text inside the Chart's legend.legendFont(Font font) Sets the font of this Chart's legend.legendFont(String family, String style, int size) Sets the font of this Chart's legend.legendVisible(boolean visible) Sets whether the Chart's legend is shown or hidden.lineColor(int color) Defines the default line color.Defines the default line color.Defines the default line color.Sets the line style.linesVisible(Boolean visible) Sets whether lines are visible.linesVisible(Boolean visible, Object... multiSeriesKey) log()Sets the AxisTransform as log base 10.log(boolean useLog) Sets the AxisTransform as log base 10.max(double max) Sets the maximum range of this Axis.max(SelectableDataSet sds, String max) Sets the maximum range of this Axis.maxRowsInTitle(int maxTitleRows) Sets the maximum row values that will be shown in title.min(double min) Sets the minimum range of this Axis.min(SelectableDataSet sds, String min) Sets the minimum range of this Axis.minorTicks(int nminor) Sets the number of minor ticks between consecutive major ticks.minorTicksVisible(boolean visible) Sets whether minor ticks are drawn on this Axis.newAxes()Creates newAxeson this Chart.newAxes(int dim) Creates newAxeson this Chart.Creates newAxeson this Chart.Creates newAxeson this Chart.newChart()Adds a newChartto this figure.newChart(int index) Adds a newChartto this figure.newChart(int rowNum, int colNum) Adds a newChartto this figure.ohlcPlot(Comparable seriesName, Table t, String time, String open, String high, String low, String close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, IndexableNumericData time, IndexableNumericData open, IndexableNumericData high, IndexableNumericData low, IndexableNumericData close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, SelectableDataSet sds, String time, String open, String high, String low, String close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Instant[] time, double[] open, double[] high, double[] low, double[] close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Instant[] time, float[] open, float[] high, float[] low, float[] close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Instant[] time, int[] open, int[] high, int[] low, int[] close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Instant[] time, long[] open, long[] high, long[] low, long[] close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Instant[] time, short[] open, short[] high, short[] low, short[] close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Instant[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Instant[] time, T1[] open, T2[] high, T3[] low, T4[] close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Date[] time, double[] open, double[] high, double[] low, double[] close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Date[] time, float[] open, float[] high, float[] low, float[] close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Date[] time, int[] open, int[] high, int[] low, int[] close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Date[] time, long[] open, long[] high, long[] low, long[] close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Date[] time, short[] open, short[] high, short[] low, short[] close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Date[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close) Creates an open-high-low-close plot.ohlcPlot(Comparable seriesName, Date[] time, T1[] open, T2[] high, T3[] low, T4[] close) Creates an open-high-low-close plot.ohlcPlotBy(Comparable seriesName, Table t, String time, String open, String high, String low, String close, String... byColumns) Creates an open-high-low-close plot per distinct grouping value specified inbyColumns.ohlcPlotBy(Comparable seriesName, SelectableDataSet sds, String time, String open, String high, String low, String close, String... byColumns) Creates an open-high-low-close plot per distinct grouping value specified inbyColumns.piePercentLabelFormat(String pieLabelFormat) Sets the format of the percentage point label format in pie plots.piePercentLabelFormat(String pieLabelFormat, Object... multiSeriesKey) piePlot(Comparable seriesName, Table t, String categories, String y) Creates a pie plot.<T1 extends Comparable>
FigurepiePlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData y) Creates a pie plot.piePlot(Comparable seriesName, SelectableDataSet sds, String categories, String y) Creates a pie plot.<T0 extends Comparable>
FigurepiePlot(Comparable seriesName, List<T0> categories, double[] y) Creates a pie plot.<T0 extends Comparable>
FigurepiePlot(Comparable seriesName, List<T0> categories, float[] y) Creates a pie plot.<T0 extends Comparable>
FigurepiePlot(Comparable seriesName, List<T0> categories, int[] y) Creates a pie plot.<T0 extends Comparable>
FigurepiePlot(Comparable seriesName, List<T0> categories, long[] y) Creates a pie plot.<T0 extends Comparable>
FigurepiePlot(Comparable seriesName, List<T0> categories, short[] y) Creates a pie plot.<T0 extends Comparable,T1 extends Number>
FigurepiePlot(Comparable seriesName, List<T0> categories, List<T1> y) Creates a pie plot.<T0 extends Comparable,T1 extends Number>
FigurepiePlot(Comparable seriesName, List<T0> categories, T1[] y) Creates a pie plot.<T0 extends Comparable>
FigurepiePlot(Comparable seriesName, T0[] categories, double[] y) Creates a pie plot.<T0 extends Comparable>
FigurepiePlot(Comparable seriesName, T0[] categories, float[] y) Creates a pie plot.<T0 extends Comparable>
FigurepiePlot(Comparable seriesName, T0[] categories, int[] y) Creates a pie plot.<T0 extends Comparable>
FigurepiePlot(Comparable seriesName, T0[] categories, long[] y) Creates a pie plot.<T0 extends Comparable>
FigurepiePlot(Comparable seriesName, T0[] categories, short[] y) Creates a pie plot.<T0 extends Comparable,T1 extends Number>
FigurepiePlot(Comparable seriesName, T0[] categories, List<T1> y) Creates a pie plot.<T0 extends Comparable,T1 extends Number>
FigurepiePlot(Comparable seriesName, T0[] categories, T1[] y) Creates a pie plot.plot(Comparable seriesName, double[] x, double[] y) Creates an XY plot.plot(Comparable seriesName, double[] x, float[] y) Creates an XY plot.plot(Comparable seriesName, double[] x, int[] y) Creates an XY plot.plot(Comparable seriesName, double[] x, long[] y) Creates an XY plot.plot(Comparable seriesName, double[] x, short[] y) Creates an XY plot.plot(Comparable seriesName, double[] x, Instant[] y) Creates an XY plot.plot(Comparable seriesName, double[] x, Date[] y) Creates an XY plot.plot(Comparable seriesName, double[] x, List<T1> y) Creates an XY plot.plot(Comparable seriesName, double[] x, T1[] y) Creates an XY plot.plot(Comparable seriesName, float[] x, double[] y) Creates an XY plot.plot(Comparable seriesName, float[] x, float[] y) Creates an XY plot.plot(Comparable seriesName, float[] x, int[] y) Creates an XY plot.plot(Comparable seriesName, float[] x, long[] y) Creates an XY plot.plot(Comparable seriesName, float[] x, short[] y) Creates an XY plot.plot(Comparable seriesName, float[] x, Instant[] y) Creates an XY plot.plot(Comparable seriesName, float[] x, Date[] y) Creates an XY plot.plot(Comparable seriesName, float[] x, List<T1> y) Creates an XY plot.plot(Comparable seriesName, float[] x, T1[] y) Creates an XY plot.plot(Comparable seriesName, int[] x, double[] y) Creates an XY plot.plot(Comparable seriesName, int[] x, float[] y) Creates an XY plot.plot(Comparable seriesName, int[] x, int[] y) Creates an XY plot.plot(Comparable seriesName, int[] x, long[] y) Creates an XY plot.plot(Comparable seriesName, int[] x, short[] y) Creates an XY plot.plot(Comparable seriesName, int[] x, Instant[] y) Creates an XY plot.plot(Comparable seriesName, int[] x, Date[] y) Creates an XY plot.plot(Comparable seriesName, int[] x, List<T1> y) Creates an XY plot.plot(Comparable seriesName, int[] x, T1[] y) Creates an XY plot.plot(Comparable seriesName, long[] x, double[] y) Creates an XY plot.plot(Comparable seriesName, long[] x, float[] y) Creates an XY plot.plot(Comparable seriesName, long[] x, int[] y) Creates an XY plot.plot(Comparable seriesName, long[] x, long[] y) Creates an XY plot.plot(Comparable seriesName, long[] x, short[] y) Creates an XY plot.plot(Comparable seriesName, long[] x, Instant[] y) Creates an XY plot.plot(Comparable seriesName, long[] x, Date[] y) Creates an XY plot.plot(Comparable seriesName, long[] x, List<T1> y) Creates an XY plot.plot(Comparable seriesName, long[] x, T1[] y) Creates an XY plot.plot(Comparable seriesName, short[] x, double[] y) Creates an XY plot.plot(Comparable seriesName, short[] x, float[] y) Creates an XY plot.plot(Comparable seriesName, short[] x, int[] y) Creates an XY plot.plot(Comparable seriesName, short[] x, long[] y) Creates an XY plot.plot(Comparable seriesName, short[] x, short[] y) Creates an XY plot.plot(Comparable seriesName, short[] x, Instant[] y) Creates an XY plot.plot(Comparable seriesName, short[] x, Date[] y) Creates an XY plot.plot(Comparable seriesName, short[] x, List<T1> y) Creates an XY plot.plot(Comparable seriesName, short[] x, T1[] y) Creates an XY plot.plot(Comparable seriesName, groovy.lang.Closure<T> function) Creates an XY plot.plot(Comparable seriesName, Table t, String x, String y) Creates an XY plot.plot(Comparable seriesName, IndexableNumericData x, IndexableNumericData y, boolean hasXTimeAxis, boolean hasYTimeAxis) Creates an XY plot.plot(Comparable seriesName, SelectableDataSet sds, String x, String y) Creates an XY plot.plot(Comparable seriesName, Instant[] x, double[] y) Creates an XY plot.plot(Comparable seriesName, Instant[] x, float[] y) Creates an XY plot.plot(Comparable seriesName, Instant[] x, int[] y) Creates an XY plot.plot(Comparable seriesName, Instant[] x, long[] y) Creates an XY plot.plot(Comparable seriesName, Instant[] x, short[] y) Creates an XY plot.plot(Comparable seriesName, Instant[] x, Instant[] y) Creates an XY plot.plot(Comparable seriesName, Instant[] x, Date[] y) Creates an XY plot.plot(Comparable seriesName, Instant[] x, List<T1> y) Creates an XY plot.plot(Comparable seriesName, Instant[] x, T1[] y) Creates an XY plot.plot(Comparable seriesName, Date[] x, double[] y) Creates an XY plot.plot(Comparable seriesName, Date[] x, float[] y) Creates an XY plot.plot(Comparable seriesName, Date[] x, int[] y) Creates an XY plot.plot(Comparable seriesName, Date[] x, long[] y) Creates an XY plot.plot(Comparable seriesName, Date[] x, short[] y) Creates an XY plot.plot(Comparable seriesName, Date[] x, Instant[] y) Creates an XY plot.plot(Comparable seriesName, Date[] x, Date[] y) Creates an XY plot.plot(Comparable seriesName, Date[] x, List<T1> y) Creates an XY plot.plot(Comparable seriesName, Date[] x, T1[] y) Creates an XY plot.plot(Comparable seriesName, DoubleUnaryOperator function) Creates an XY plot.plot(Comparable seriesName, List<T0> x, double[] y) Creates an XY plot.plot(Comparable seriesName, List<T0> x, float[] y) Creates an XY plot.plot(Comparable seriesName, List<T0> x, int[] y) Creates an XY plot.plot(Comparable seriesName, List<T0> x, long[] y) Creates an XY plot.plot(Comparable seriesName, List<T0> x, short[] y) Creates an XY plot.plot(Comparable seriesName, List<T0> x, Instant[] y) Creates an XY plot.plot(Comparable seriesName, List<T0> x, Date[] y) Creates an XY plot.plot(Comparable seriesName, List<T0> x, List<T1> y) Creates an XY plot.plot(Comparable seriesName, List<T0> x, T1[] y) Creates an XY plot.plot(Comparable seriesName, T0[] x, double[] y) Creates an XY plot.plot(Comparable seriesName, T0[] x, float[] y) Creates an XY plot.plot(Comparable seriesName, T0[] x, int[] y) Creates an XY plot.plot(Comparable seriesName, T0[] x, long[] y) Creates an XY plot.plot(Comparable seriesName, T0[] x, short[] y) Creates an XY plot.plot(Comparable seriesName, T0[] x, Instant[] y) Creates an XY plot.plot(Comparable seriesName, T0[] x, Date[] y) Creates an XY plot.plot(Comparable seriesName, T0[] x, List<T1> y) Creates an XY plot.plot(Comparable seriesName, T0[] x, T1[] y) Creates an XY plot.Creates an XY plot per distinct grouping value specified inbyColumns.plotBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String... byColumns) Creates an XY plot per distinct grouping value specified inbyColumns.plotOrientation(String orientation) Sets the orientation of plots in this Chart.Sets thePlotStyleof this Axes.Sets thePlotStyleof this Axes.pointColor(int pointColor) Sets the point color.pointColor(int... pointColors) Sets the point color.pointColor(int[] pointColors, Object... multiSeriesKey) pointColor(int pointColor, Object... multiSeriesKey) pointColor(groovy.lang.Closure<COLOR> pointColor) Sets the point color.pointColor(groovy.lang.Closure<COLOR> pointColor, Object... multiSeriesKey) pointColor(Table t, String pointColors) Sets the point color.pointColor(Table t, String pointColors, Object... multiSeriesKey) pointColor(Table t, String category, String pointColor) Sets the point color.pointColor(Table t, String category, String pointColor, Object... multiSeriesKey) pointColor(Paint pointColor) Sets the point color.pointColor(Paint... pointColor) Sets the point color.pointColor(Paint[] pointColor, Object... multiSeriesKey) pointColor(Paint pointColor, Object... multiSeriesKey) pointColor(IndexableData<T> pointColor) Sets the point color.pointColor(IndexableData<T> pointColor, Object... multiSeriesKey) pointColor(SelectableDataSet sds, String pointColors) Sets the point color.pointColor(SelectableDataSet sds, String pointColors, Object... multiSeriesKey) pointColor(SelectableDataSet sds, String category, String pointColor) Sets the point color.pointColor(SelectableDataSet sds, String category, String pointColor, Object... multiSeriesKey) pointColor(Comparable category, int pointColor) Sets the point color.pointColor(Comparable category, int pointColor, Object... multiSeriesKey) pointColor(Comparable category, Paint pointColor) Sets the point color.pointColor(Comparable category, Paint pointColor, Object... multiSeriesKey) pointColor(Comparable category, String pointColor) Sets the point color.pointColor(Comparable category, String pointColor, Object... multiSeriesKey) pointColor(Integer... pointColors) Sets the point color.pointColor(Integer[] pointColors, Object... multiSeriesKey) pointColor(String pointColor) Sets the point color.pointColor(String... pointColors) Sets the point color.pointColor(String[] pointColors, Object... multiSeriesKey) pointColor(String pointColor, Object... multiSeriesKey) pointColor(Function<Comparable, COLOR> pointColor) Sets the point color.pointColor(Function<Comparable, COLOR> pointColor, Object... multiSeriesKey) <CATEGORY extends Comparable,COLOR extends Paint>
FigurepointColor(Map<CATEGORY, COLOR> pointColor) Sets the point color.<CATEGORY extends Comparable,COLOR extends Paint>
FigurepointColor(Map<CATEGORY, COLOR> pointColor, Object... multiSeriesKey) pointColorInteger(groovy.lang.Closure<COLOR> colors) Sets the point color.pointColorInteger(groovy.lang.Closure<COLOR> colors, Object... multiSeriesKey) pointColorInteger(IndexableData<Integer> colors) Sets the point color.pointColorInteger(IndexableData<Integer> colors, Object... multiSeriesKey) pointColorInteger(Function<Comparable, COLOR> colors) Sets the point color.pointColorInteger(Function<Comparable, COLOR> colors, Object... multiSeriesKey) <CATEGORY extends Comparable,COLOR extends Integer>
FigurepointColorInteger(Map<CATEGORY, COLOR> colors) Sets the point color.<CATEGORY extends Comparable,COLOR extends Integer>
FigurepointColorInteger(Map<CATEGORY, COLOR> colors, Object... multiSeriesKey) <LABEL> FigurepointLabel(groovy.lang.Closure<LABEL> pointLabels) Sets the point label for data point i from index i of the input labels.<LABEL> FigurepointLabel(groovy.lang.Closure<LABEL> pointLabels, Object... multiSeriesKey) pointLabel(Table t, String pointLabel) Sets the point label for data point i from index i of the input labels.pointLabel(Table t, String pointLabel, Object... multiSeriesKey) pointLabel(Table t, String category, String pointLabel) Sets the point label for data point i from index i of the input labels.pointLabel(Table t, String category, String pointLabel, Object... multiSeriesKey) pointLabel(IndexableData<?> pointLabels) Sets the point label for data point i from index i of the input labels.pointLabel(IndexableData<?> pointLabels, Object... multiSeriesKey) pointLabel(SelectableDataSet sds, String pointLabel) Sets the point label for data point i from index i of the input labels.pointLabel(SelectableDataSet sds, String pointLabel, Object... multiSeriesKey) pointLabel(SelectableDataSet sds, String category, String pointLabel) Sets the point label for data point i from index i of the input labels.pointLabel(SelectableDataSet sds, String category, String pointLabel, Object... multiSeriesKey) pointLabel(Comparable category, Object pointLabel) Sets the point label for data point i from index i of the input labels.pointLabel(Comparable category, Object pointLabel, Object... multiSeriesKey) pointLabel(Object pointLabel) Sets the point label for data point i from index i of the input labels.pointLabel(Object... pointLabels) Sets the point label for data point i from index i of the input labels.pointLabel(Object[] pointLabels, Object... multiSeriesKey) pointLabel(Object pointLabel, Object... multiSeriesKey) <LABEL> FigurepointLabel(Function<Comparable, LABEL> pointLabels) Sets the point label for data point i from index i of the input labels.<LABEL> FigurepointLabel(Function<Comparable, LABEL> pointLabels, Object... multiSeriesKey) <CATEGORY extends Comparable,LABEL>
FigurepointLabel(Map<CATEGORY, LABEL> pointLabels) Sets the point label for data point i from index i of the input labels.<CATEGORY extends Comparable,LABEL>
FigurepointLabel(Map<CATEGORY, LABEL> pointLabels, Object... multiSeriesKey) pointLabelFormat(String pointLabelFormat) Sets the point label format.pointLabelFormat(String pointLabelFormat, Object... multiSeriesKey) pointShape(groovy.lang.Closure<String> pointShapes) Sets the point shapes for data point i from index i of the input labels.pointShape(groovy.lang.Closure<String> pointShapes, Object... multiSeriesKey) pointShape(Table t, String pointShape) Sets the point shapes for data point i from index i of the input labels.pointShape(Table t, String pointShape, Object... multiSeriesKey) pointShape(Table t, String category, String pointShape) Sets the point shapes for data point i from index i of the input labels.pointShape(Table t, String category, String pointShape, Object... multiSeriesKey) pointShape(Shape pointShape) Sets the point shapes for data point i from index i of the input labels.pointShape(Shape... pointShapes) Sets the point shapes for data point i from index i of the input labels.pointShape(Shape[] pointShapes, Object... multiSeriesKey) pointShape(Shape pointShape, Object... multiSeriesKey) pointShape(IndexableData<String> pointShapes) Sets the point shapes for data point i from index i of the input labels.pointShape(IndexableData<String> pointShapes, Object... multiSeriesKey) pointShape(SelectableDataSet sds, String pointShape) Sets the point shapes for data point i from index i of the input labels.pointShape(SelectableDataSet sds, String pointShape, Object... multiSeriesKey) pointShape(SelectableDataSet sds, String category, String pointShape) Sets the point shapes for data point i from index i of the input labels.pointShape(SelectableDataSet sds, String category, String pointShape, Object... multiSeriesKey) pointShape(Comparable category, Shape pointShape) Sets the point shapes for data point i from index i of the input labels.pointShape(Comparable category, Shape pointShape, Object... multiSeriesKey) pointShape(Comparable category, String pointShape) Sets the point shapes for data point i from index i of the input labels.pointShape(Comparable category, String pointShape, Object... multiSeriesKey) pointShape(String pointShape) Sets the point shapes for data point i from index i of the input labels.pointShape(String... pointShapes) Sets the point shapes for data point i from index i of the input labels.pointShape(String[] pointShapes, Object... multiSeriesKey) pointShape(String pointShape, Object... multiSeriesKey) pointShape(Function<Comparable, String> pointShapes) Sets the point shapes for data point i from index i of the input labels.pointShape(Function<Comparable, String> pointShapes, Object... multiSeriesKey) <CATEGORY extends Comparable>
FigurepointShape(Map<CATEGORY, String> pointShapes) Sets the point shapes for data point i from index i of the input labels.<CATEGORY extends Comparable>
FigurepointShape(Map<CATEGORY, String> pointShapes, Object... multiSeriesKey) pointSize(double pointSize) Sets the point size.pointSize(double... pointSizes) Sets the point size.pointSize(int pointSize) Sets the point size.pointSize(int... pointSizes) Sets the point size.pointSize(long pointSize) Sets the point size.pointSize(long... pointSizes) Sets the point size.<CATEGORY extends Comparable>
FigurepointSize(CATEGORY[] categories, double[] pointSizes) Sets the point size.<CATEGORY extends Comparable>
Figure<CATEGORY extends Comparable>
FigurepointSize(CATEGORY[] categories, int[] pointSizes) Sets the point size.<CATEGORY extends Comparable>
Figure<CATEGORY extends Comparable>
FigurepointSize(CATEGORY[] categories, long[] pointSizes) Sets the point size.<CATEGORY extends Comparable>
Figure<CATEGORY extends Comparable,NUMBER extends Number>
FigurepointSize(CATEGORY[] categories, NUMBER[] pointSizes) Sets the point size.<CATEGORY extends Comparable,NUMBER extends Number>
FigurepointSize(groovy.lang.Closure<NUMBER> pointSizes) Sets the point size.Sets the point size.Sets the point size.pointSize(IndexableData<Double> pointSizes) Sets the point size.pointSize(IndexableData<Double> pointSizes, Object... multiSeriesKey) pointSize(SelectableDataSet sds, String pointSize) Sets the point size.pointSize(SelectableDataSet sds, String pointSize, Object... multiSeriesKey) pointSize(SelectableDataSet sds, String category, String pointSize) Sets the point size.pointSize(SelectableDataSet sds, String category, String pointSize, Object... multiSeriesKey) pointSize(Comparable category, double pointSize) Sets the point size.pointSize(Comparable category, double pointSize, Object... multiSeriesKey) pointSize(Comparable category, int pointSize) Sets the point size.pointSize(Comparable category, int pointSize, Object... multiSeriesKey) pointSize(Comparable category, long pointSize) Sets the point size.pointSize(Comparable category, long pointSize, Object... multiSeriesKey) pointSize(Comparable category, Number pointSize) Sets the point size.pointSize(Comparable category, Number pointSize, Object... multiSeriesKey) Sets the point size.pointSize(Function<Comparable, NUMBER> pointSizes) Sets the point size.pointSize(Function<Comparable, NUMBER> pointSizes, Object... multiSeriesKey) <CATEGORY extends Comparable,NUMBER extends Number>
FigureSets the point size.<CATEGORY extends Comparable,NUMBER extends Number>
FigurepointSize(T[] pointSizes) Sets the point size.pointsVisible(Boolean visible) Sets whether points are visible.pointsVisible(Boolean visible, Object... multiSeriesKey) range(double min, double max) Sets the range of this Axis to [min,max] inclusive.removeChart(int removeChartIndex) Removes a chart from the Figure's grid.removeChart(int removeChartRowNum, int removeChartColNum) Removes a chart from the Figure's grid.rowSpan(int rowSpan) Sets the size of this Chart within the grid of the figure.Saves the Figure as an image.Saves the Figure as an image.Saves the Figure as an image.Saves the Figure as an image.series(int id) Gets a data series.series(Comparable name) Gets a data series.seriesColor(int color) Defines the default line and point color.seriesColor(int color, Object... multiSeriesKey) seriesColor(Paint color) Defines the default line and point color.seriesColor(Paint color, Object... multiSeriesKey) seriesColor(String color) Defines the default line and point color.seriesColor(String color, Object... multiSeriesKey) seriesNamingFunction(groovy.lang.Closure<String> namingFunction) Defines the procedure to name a generated series.seriesNamingFunction(Function<Object, String> namingFunction) Defines the procedure to name a generated series.show()Creates a displayable figure that can be sent to the client.span(int rowSpan, int colSpan) Sets the size of this Chart within the grid of the figure.tickLabelAngle(double angle) Sets the angle the tick labels of this Axis are drawn at.ticks(double gapBetweenTicks) Sets the tick locations.ticks(double[] tickLocations) Sets the tick locations.Sets the font for this Axis's ticks.Sets the font for this Axis's ticks.ticksVisible(boolean visible) Sets whether ticks are drawn on this Axis.toolTipPattern(String toolTipPattern) Sets the tooltip format.toolTipPattern(String toolTipPattern, Object... multiSeriesKey) transform(AxisTransform transform) Sets theAxisTransformfor this Axis.treemapPlot(Comparable seriesName, Table t, String ids, String parents, String values, String labels, String hoverTexts, String colors) Creates a treemap plot.twin()Creates a new Axes instance which shares the sameAxisobjects as this Axes.twin(int dim) Creates a new Axes instance which shares the sameAxisobjects as this Axes.Creates a new Axes instance which shares the sameAxisobjects as this Axes.Creates a new Axes instance which shares the sameAxisobjects as this Axes.twinX()Creates a new Axes instance which shares the same x-Axisas this Axes.Creates a new Axes instance which shares the same x-Axisas this Axes.twinY()Creates a new Axes instance which shares the same y-Axisas this Axes.Creates a new Axes instance which shares the same y-Axisas this Axes.updateInterval(long updateIntervalMillis) Sets the update interval of this Figure.xAxis()Gets theAxisrepresenting the x-axisxBusinessTime(boolean useBusinessTime) xBusinessTime(SelectableDataSet sds, String calendar) xBusinessTime(BusinessCalendar calendar) Sets the color of the x-AxisSets the color of the x-AxisxFormat(AxisFormat axisFormat) Sets theAxisFormatof the x-AxisxFormatPattern(String axisFormatPattern) Sets the format pattern of the x-AxisxGridLinesVisible(boolean xGridVisible) Sets whether the Chart has grid lines in the x direction.xInvert()Inverts the x-Axisso that larger values are closer to the origin.xInvert(boolean invert) Inverts the x-Axisso that larger values are closer to the origin.Sets the label of the x-AxisxLabelFont(Font font) Sets the font for the x-Axislabel.xLabelFont(String family, String style, int size) Sets the font for the x-Axislabel.xLog()Sets theAxisTransformof the x-Axisto log base 10xLog(boolean useLog) Sets theAxisTransformof the x-Axisto log base 10xMax(double max) Sets the maximum of the x-Axis.xMax(SelectableDataSet sds, String max) Sets the maximum of the x-Axis.xMin(double min) Sets the minimum of the x-Axis.xMin(SelectableDataSet sds, String min) Sets the minimum of the x-Axis.xMinorTicks(int nminor) Sets the number of minor ticks between consecutive major ticks in the x-Axis.xMinorTicksVisible(boolean visible) Sets whether the x-Axisminor ticks are visible.xRange(double min, double max) Sets the range of the x-AxisxTickLabelAngle(double angle) Sets the angle the tick labels the x-Axisare drawn at.xTicks(double gapBetweenTicks) Sets the x-Axisticks.xTicks(double[] tickLocations) Sets the x-Axisticks.xTicksFont(Font font) Sets the font for the x-Axisticks.xTicksFont(String family, String style, int size) Sets the font for the x-Axisticks.xTicksVisible(boolean visible) Sets whether the x-Axisticks are visible.xToolTipPattern(String xToolTipPattern) Sets the x-value tooltip format.xToolTipPattern(String xToolTipPattern, Object... multiSeriesKey) xTransform(AxisTransform transform) Sets theAxisTransformof the x-AxisyAxis()Gets theAxisrepresenting the y-axisyBusinessTime(boolean useBusinessTime) yBusinessTime(SelectableDataSet sds, String calendar) yBusinessTime(BusinessCalendar calendar) Sets the color of the y-AxisSets the color of the y-AxisyFormat(AxisFormat axisFormat) Sets theAxisFormatof the y-AxisyFormatPattern(String axisFormatPattern) Sets the format pattern of the y-AxisyGridLinesVisible(boolean yGridVisible) Sets whether the Chart has grid lines in the y directionyInvert()Inverts the y-Axisso that larger values are closer to the origin.yInvert(boolean invert) Inverts the y-Axisso that larger values are closer to the origin.Sets the label of the y-AxisyLabelFont(Font font) Sets the font for the y-Axislabel.yLabelFont(String family, String style, int size) Sets the font for the y-Axislabel.yLog()Sets theAxisTransformof the y-Axisto log base 10yLog(boolean useLog) Sets theAxisTransformof the y-Axisto log base 10yMax(double max) Sets the maximum of the y-Axis.yMax(SelectableDataSet sds, String max) Sets the maximum of the y-Axis.yMin(double min) Sets the minimum of the y-Axis.yMin(SelectableDataSet sds, String min) Sets the minimum of the y-Axis.yMinorTicks(int nminor) Sets the number of minor ticks between consecutive major ticks in the y-Axis.yMinorTicksVisible(boolean visible) Sets whether the y-Axisminor ticks are visible.yRange(double min, double max) Sets the range of the y-AxisyTickLabelAngle(double angle) Sets the angle the tick labels the y-Axisare drawn at.yTicks(double gapBetweenTicks) Sets the y-Axisticks.yTicks(double[] tickLocations) Sets the y-Axisticks.yTicksFont(Font font) Sets the font for the y-Axisticks.yTicksFont(String family, String style, int size) Sets the font for the y-Axisticks.yTicksVisible(boolean visible) Sets whether the y-Axisticks are visible.yToolTipPattern(String yToolTipPattern) Sets the y-value tooltip format.yToolTipPattern(String yToolTipPattern, Object... multiSeriesKey) yTransform(AxisTransform transform) Sets theAxisTransformof the y-Axis
-
Method Details
-
show
Figure show()Creates a displayable figure that can be sent to the client.- Returns:
- a displayable version of the figure
-
save
Description copied from interface:BaseFigureSaves the Figure as an image.- Specified by:
savein interfaceBaseFigure- Parameters:
path- path where the figure is saved. Must not be null- Returns:
- figure
-
save
Description copied from interface:BaseFigureSaves the Figure as an image.- Specified by:
savein interfaceBaseFigure- Parameters:
path- path where the figure is saved. Must not be nullwidth- image widthheight- image height- Returns:
- figure
-
save
Description copied from interface:BaseFigureSaves the Figure as an image.- Specified by:
savein interfaceBaseFigure- Parameters:
path- path where the figure is saved. Must not be nullwait- whether to hold the calling thread until the file is writtentimeoutSeconds- timeout in seconds to wait.- Returns:
- figure
-
save
Description copied from interface:BaseFigureSaves the Figure as an image.- Specified by:
savein interfaceBaseFigure- Parameters:
path- path where the figure is saved. Must not be nullwidth- image widthheight- image heightwait- whether to hold the calling thread until the file is writtentimeoutSeconds- timeout in seconds to wait.- Returns:
- figure
-
axes
Description copied from interface:ChartGets an axes. -
axes
Description copied from interface:ChartGets an axes. -
axesRemoveSeries
Description copied from interface:AxesRemoves the series with the specifiednamesfrom this Axes.- Specified by:
axesRemoveSeriesin interfaceAxes- Parameters:
removeSeriesNames- series names- Returns:
- this Chart
-
axis
Description copied from interface:AxesGets theAxisat dimensiondim. The x-axis is dimension 0, y-axis dimension 1. -
axisColor
Description copied from interface:AxisSets the color for this Axis line and tick marks. -
axisColor
Description copied from interface:AxisSets the color for this Axis line and tick marks. -
axisFormat
Description copied from interface:AxisSets theAxisFormatfor this Axis.- Specified by:
axisFormatin interfaceAxis- Parameters:
axisFormat- axis format- Returns:
- this Axis
-
axisFormatPattern
Description copied from interface:AxisSets the format pattern for this Axis's labels.- Specified by:
axisFormatPatternin interfaceAxis- Parameters:
axisFormatPattern- axis format pattern- Returns:
- this Axis
-
axisLabel
Description copied from interface:AxisSets the label for this Axis. -
axisLabelFont
Description copied from interface:AxisSets the font for this Axis's label.- Specified by:
axisLabelFontin interfaceAxis- Parameters:
font- font- Returns:
- this Axis
-
axisLabelFont
Description copied from interface:AxisSets the font for this Axis's label.- Specified by:
axisLabelFontin interfaceAxis- Parameters:
family- font family; if null, set to Arialstyle- font style; if null, set toFont.FontStylePLAINsize- the point size of the Font- Returns:
- this Axis
-
businessTime
Figure businessTime()Description copied from interface:AxisSets this Axis'sAxisTransformas anAxisTransformBusinessCalendar.- Specified by:
businessTimein interfaceAxis- Returns:
- this Axis using the default business calendar.
-
businessTime
Description copied from interface:AxisSets this Axis'sAxisTransformas anAxisTransformBusinessCalendar.- Specified by:
businessTimein interfaceAxis- Parameters:
useBusinessTime- true to use a business time axis transform; false to use a linear axis transform.- Returns:
- this Axis using the default business calendar or this Axis using a linear axis transform.
-
businessTime
Description copied from interface:AxisSets this Axis'sAxisTransformas anAxisTransformBusinessCalendar.- Specified by:
businessTimein interfaceAxis- Parameters:
calendar- business calendar of theAxisTransformBusinessCalendar- Returns:
- this Axis using the specified business calendar.
-
businessTime
Description copied from interface:AxisSets this Axis'sAxisTransformas anAxisTransformBusinessCalendar.- Specified by:
businessTimein interfaceAxis- Parameters:
sds- selectable data set (e.g. OneClick filterable table) containing the business calendar.calendar- name of a column containing String values, where each value is the name of aBusinessCalendar.- Returns:
- this Axis using the business calendar from row 0 of the filtered
sdsfor the business calendar. If no value is found, no transform will be applied.
-
catErrorBar
<T0 extends Comparable,T1 extends Number, Figure catErrorBarT2 extends Number, T3 extends Number> (Comparable seriesName, T0[] categories, T1[] y, T2[] yLow, T3[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical dataT1- type of the numeric dataT2- type of the numeric dataT3- type of the numeric data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, double[] y, double[] yLow, double[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, float[] y, float[] yLow, float[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, int[] y, int[] yLow, int[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, long[] y, long[] yLow, long[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, short[] y, short[] yLow, short[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable,T1 extends Number, Figure catErrorBarT2 extends Number, T3 extends Number> (Comparable seriesName, T0[] categories, List<T1> y, List<T2> yLow, List<T3> yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical dataT1- type of the numeric dataT2- type of the numeric dataT3- type of the numeric data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable,T1 extends Number, Figure catErrorBarT2 extends Number, T3 extends Number> (Comparable seriesName, List<T0> categories, T1[] y, T2[] yLow, T3[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical dataT1- type of the numeric dataT2- type of the numeric dataT3- type of the numeric data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, double[] y, double[] yLow, double[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, float[] y, float[] yLow, float[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, int[] y, int[] yLow, int[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, long[] y, long[] yLow, long[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, short[] y, short[] yLow, short[] yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
<T0 extends Comparable,T1 extends Number, Figure catErrorBarT2 extends Number, T3 extends Number> (Comparable seriesName, List<T0> categories, List<T1> y, List<T2> yLow, List<T3> yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Type Parameters:
T0- type of the categorical dataT1- type of the numeric dataT2- type of the numeric dataT3- type of the numeric data- Parameters:
seriesName- name of the created datasetcategories- discrete datay- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
Figure catErrorBar(Comparable seriesName, Table t, String categories, String y, String yLow, String yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Parameters:
seriesName- name of the created datasett- tablecategories- column intthat holds the discrete datay- column intthat holds the numeric datayLow- column intthat holds the low value in the y dimensionyHigh- column intthat holds the high value in the y dimension- Returns:
- dataset created for plot
-
catErrorBar
Figure catErrorBar(Comparable seriesName, SelectableDataSet sds, String categories, String y, String yLow, String yHigh) Description copied from interface:AxesCreates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBarin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable dataset (e.g. OneClick filterable table).categories- column insdsthat holds the discrete datay- column insdsthat holds the numeric datayLow- column insdsthat holds the low value in the y dimensionyHigh- column insdsthat holds the high value in the y dimension- Returns:
- dataset created for plot
-
catErrorBarBy
Figure catErrorBarBy(Comparable seriesName, Table t, String categories, String y, String yLow, String yHigh, String... byColumns) Description copied from interface:AxesCreates a catErrorBar plot for each distinct grouping value specified inbyColumns.- Specified by:
catErrorBarByin interfaceAxes- Parameters:
seriesName- name of the created datasett- tablecategories- column intthat holds the discrete datay- column intthat holds the numeric datayLow- column intthat holds the low value in the y dimensionyHigh- column intthat holds the high value in the y dimensionbyColumns- column(s) intthat holds the grouping data- Returns:
- dataset created for plot
-
catErrorBarBy
Figure catErrorBarBy(Comparable seriesName, SelectableDataSet sds, String categories, String y, String yLow, String yHigh, String... byColumns) Description copied from interface:AxesCreates a catErrorBar plot for each distinct grouping value specified inbyColumns.- Specified by:
catErrorBarByin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable dataset (e.g. OneClick filterable table).categories- column insdsthat holds the discrete datay- column insdsthat holds the numeric datayLow- column insdsthat holds the low value in the y dimensionyHigh- column insdsthat holds the high value in the y dimensionbyColumns- column(s) insdsthat holds the grouping data- Returns:
- dataset created for plot
-
catHistPlot
Description copied from interface:AxesCreates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlotin interfaceAxes- Type Parameters:
T- data type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- data- Returns:
- dataset created for plot
-
catHistPlot
Description copied from interface:AxesCreates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlotin interfaceAxes- Parameters:
seriesName- name of the created datasetcategories- data- Returns:
- dataset created for plot
-
catHistPlot
Description copied from interface:AxesCreates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlotin interfaceAxes- Parameters:
seriesName- name of the created datasetcategories- data- Returns:
- dataset created for plot
-
catHistPlot
Description copied from interface:AxesCreates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlotin interfaceAxes- Parameters:
seriesName- name of the created datasetcategories- data- Returns:
- dataset created for plot
-
catHistPlot
Description copied from interface:AxesCreates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlotin interfaceAxes- Parameters:
seriesName- name of the created datasetcategories- data- Returns:
- dataset created for plot
-
catHistPlot
Description copied from interface:AxesCreates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlotin interfaceAxes- Type Parameters:
T- data type of the categorical data- Parameters:
seriesName- name of the created datasetcategories- data- Returns:
- dataset created for plot
-
catHistPlot
Description copied from interface:AxesCreates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlotin interfaceAxes- Parameters:
seriesName- name of the created datasett- tablecategories- column int- Returns:
- dataset created for plot
-
catHistPlot
Description copied from interface:AxesCreates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlotin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable data set (e.g. OneClick filterable table)categories- column insds- Returns:
- dataset created for plot
-
catPlot
<T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, T0[] categories, T1[] y) Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
<T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, T0[] categories, List<T1> y) Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
<T1 extends Comparable> Figure catPlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData y) Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
<T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, List<T0> categories, T1[] y) Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
<T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, List<T0> categories, List<T1> y) Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
Description copied from interface:AxesCreates a plot with discrete axis. Discrete data must not have duplicates. -
catPlotBy
Description copied from interface:AxesCreates a category plot per distinct grouping value specified inbyColumns. -
catPlotBy
Figure catPlotBy(Comparable seriesName, SelectableDataSet sds, String categories, String y, String... byColumns) Description copied from interface:AxesCreates a category plot per distinct grouping value specified inbyColumns.- Specified by:
catPlotByin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable data set (e.g. OneClick filterable table)categories- column insdsholding discrete datay- column insdsholding numeric databyColumns- column(s) insdsthat holds the grouping data- Returns:
- dataset created for plot
-
chart
Description copied from interface:BaseFigureReturns a chart from this Figure's grid.- Specified by:
chartin interfaceBaseFigure- Parameters:
index- index from the 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].- Returns:
- selected
Chart
-
chart
Description copied from interface:BaseFigureReturns a chart from this Figure's grid.- Specified by:
chartin interfaceBaseFigure- Parameters:
rowNum- row index in this Figure's grid. The row index starts at 0.colNum- column index in this Figure's grid. The column index starts at 0.- Returns:
- selected
Chart
-
chartRemoveSeries
Description copied from interface:ChartRemoves the series with the specifiednamesfrom this Chart.- Specified by:
chartRemoveSeriesin interfaceChart- Parameters:
removeSeriesNames- series names- Returns:
- this Chart
-
chartTitle
Description copied from interface:ChartSets the title of this Chart.- Specified by:
chartTitlein interfaceChart- Parameters:
title- title- Returns:
- this
Chart
-
chartTitle
Description copied from interface:ChartSets the title of this Chart.- Specified by:
chartTitlein interfaceChart- Parameters:
t- tabletitleColumns- columns to include in the chart title- Returns:
- this
Chartwith the title set to display comma-separated values from the table
-
chartTitle
Description copied from interface:ChartSets the title of this Chart.- Specified by:
chartTitlein interfaceChart- Parameters:
sds- selectable data set (e.g. OneClick table)titleColumns- columns to include in the chart title- Returns:
- this
Chartwith the title set to display comma-separated values from the table
-
chartTitle
Description copied from interface:ChartSets the title of this Chart.- Specified by:
chartTitlein interfaceChart- Parameters:
showColumnNamesInTitle- Whether to show column names in title. If this is true, the title format will include the column name before the comma separated values; otherwise only the comma separated values will be included.t- tabletitleColumns- columns to include in the chart title- Returns:
- this
Chartwith the title set to display comma-separated values from the table
-
chartTitle
Description copied from interface:ChartSets the title of this Chart.- Specified by:
chartTitlein interfaceChart- Parameters:
showColumnNamesInTitle- Whether to show column names in title. If this is true, the title format will include the column name before the comma separated values; otherwise only the comma separated values will be included.sds- selectable data set (e.g. OneClick table)titleColumns- columns to include in the chart title- Returns:
- this
Chartwith the title set to display comma-separated values from the table
-
chartTitle
Description copied from interface:ChartSets the title of this Chart.- Specified by:
chartTitlein interfaceChart- Parameters:
titleFormat- aMessageFormatformat string for the chart titlet- tabletitleColumns- columns to include in the chart title- Returns:
- this
Chartwith the title set to display values from the table
-
chartTitle
Description copied from interface:ChartSets the title of this Chart.- Specified by:
chartTitlein interfaceChart- Parameters:
titleFormat- aMessageFormatformat string for the chart titlesds- selectable data set (e.g. OneClick table)titleColumns- columns to include in the chart title- Returns:
- this
Chartwith the title set to display values from the table
-
chartTitleColor
Description copied from interface:ChartSets the color of this Chart's title.- Specified by:
chartTitleColorin interfaceChart- Parameters:
color- color- Returns:
- this Chart
-
chartTitleColor
Description copied from interface:ChartSets the color of this Chart's title.- Specified by:
chartTitleColorin interfaceChart- Parameters:
color- color- Returns:
- this Chart
-
chartTitleFont
Description copied from interface:ChartSets the font of this Chart's title.- Specified by:
chartTitleFontin interfaceChart- Parameters:
font- font- Returns:
- this Chart
-
chartTitleFont
Description copied from interface:ChartSets the font of this Chart's title.- Specified by:
chartTitleFontin interfaceChart- Parameters:
family- font family; if null, set to Arialstyle- font style; if null, set toFont.FontStylePLAINsize- the point size of the Font- Returns:
- this Chart
-
colSpan
Description copied from interface:ChartSets the size of this Chart within the grid of the figure. -
errorBarX
<T0 extends Number,T1 extends Number, Figure errorBarXT2 extends Number, T3 extends Number> (Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y) Description copied from interface:AxesCreates an XY plot with error bars in the x direction.- Specified by:
errorBarXin interfaceAxes- Type Parameters:
T0- data typeT1- data typeT2- data typeT3- data type- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-values- Returns:
- dataset created by the plot
-
errorBarX
<T0 extends Number,T1 extends Number, Figure errorBarXT2 extends Number> (Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Instant[] y) Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
<T0 extends Number,T1 extends Number, Figure errorBarXT2 extends Number> (Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y) Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
<T3 extends Number> Figure errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, T3[] y) Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
<T3 extends Number> Figure errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, List<T3> y) Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
<T3 extends Number> Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y) Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
<T3 extends Number> Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y) Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
<T0 extends Number,T1 extends Number, Figure errorBarXT2 extends Number> (Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Instant[] y) Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
<T0 extends Number,T1 extends Number, Figure errorBarXT2 extends Number> (Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y) Description copied from interface:AxesCreates an XY plot with error bars in the x direction. -
errorBarX
<T0 extends Number,T1 extends Number, Figure errorBarXT2 extends Number, T3 extends Number> (Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y) Description copied from interface:AxesCreates an XY plot with error bars in the x direction.- Specified by:
errorBarXin interfaceAxes- Type Parameters:
T0- data typeT1- data typeT2- data typeT3- data type- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-values- Returns:
- dataset created by the plot
-
errorBarX
Description copied from interface:AxesCreates an XY plot with error bars in the x direction.- Specified by:
errorBarXin interfaceAxes- Parameters:
seriesName- name of the created datasett- tablex- column intthat holds the x-variable dataxLow- column intthat holds the low value in the x dimensionxHigh- column intthat holds the high value in the x dimensiony- column intthat holds the y-variable data- Returns:
- dataset created for plot
-
errorBarX
Figure errorBarX(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y) Description copied from interface:AxesCreates an XY plot with error bars in the x direction.- Specified by:
errorBarXin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable dataset (e.g. OneClick filterable table)x- column insdsthat holds the x-variable dataxLow- column insdsthat holds the low value in the x dimensionxHigh- column insdsthat holds the high value in the x dimensiony- column insdsthat holds the y-variable data- Returns:
- dataset created for plot
-
errorBarXBy
Figure errorBarXBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String... byColumns) Description copied from interface:AxesCreates an errorBarX plot per distinct grouping value specified inbyColumns.- Specified by:
errorBarXByin interfaceAxes- Parameters:
seriesName- name of the created datasett- tablex- column intthat holds the x-variable dataxLow- column intthat holds the low value in the x dimensionxHigh- column intthat holds the high value in the x dimensiony- column intthat holds the y-variable databyColumns- column(s) intthat holds the grouping data- Returns:
- dataset created for plot
-
errorBarXBy
Figure errorBarXBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String... byColumns) Description copied from interface:AxesCreates an errorBarX plot per distinct grouping value specified inbyColumns.- Specified by:
errorBarXByin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable dataset (e.g. OneClick filterable table)x- column insdsthat holds the x-variable dataxLow- column insdsthat holds the low value in the x dimensionxHigh- column insdsthat holds the high value in the x dimensiony- column insdsthat holds the y-variable databyColumns- column(s) insdsthat holds the grouping data- Returns:
- dataset created for plot
-
errorBarXY
<T0 extends Number,T1 extends Number, Figure errorBarXYT2 extends Number, T3 extends Number, T4 extends Number, T5 extends Number> (Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Type Parameters:
T0- data typeT1- data typeT2- data typeT3- data typeT4- data typeT5- data type- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
<T0 extends Number,T1 extends Number, Figure errorBarXYT2 extends Number> (Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Type Parameters:
T0- data typeT1- data typeT2- data type- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
<T0 extends Number,T1 extends Number, Figure errorBarXYT2 extends Number> (Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Type Parameters:
T0- data typeT1- data typeT2- data type- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y, double[] yLow, double[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y, float[] yLow, float[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y, int[] yLow, int[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y, long[] yLow, long[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
<T3 extends Number,T4 extends Number, Figure errorBarXYT5 extends Number> (Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Type Parameters:
T3- data typeT4- data typeT5- data type- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, double[] y, double[] yLow, double[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, float[] y, float[] yLow, float[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, int[] y, int[] yLow, int[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, long[] y, long[] yLow, long[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, short[] y, short[] yLow, short[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
<T3 extends Number,T4 extends Number, Figure errorBarXYT5 extends Number> (Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Type Parameters:
T3- data typeT4- data typeT5- data type- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
<T3 extends Number,T4 extends Number, Figure errorBarXYT5 extends Number> (Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Type Parameters:
T3- data typeT4- data typeT5- data type- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y, double[] yLow, double[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y, float[] yLow, float[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y, int[] yLow, int[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y, long[] yLow, long[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y, short[] yLow, short[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
<T3 extends Number,T4 extends Number, Figure errorBarXYT5 extends Number> (Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Type Parameters:
T3- data typeT4- data typeT5- data type- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y, short[] yLow, short[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
<T0 extends Number,T1 extends Number, Figure errorBarXYT2 extends Number> (Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Type Parameters:
T0- data typeT1- data typeT2- data type- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
<T0 extends Number,T1 extends Number, Figure errorBarXYT2 extends Number> (Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Type Parameters:
T0- data typeT1- data typeT2- data type- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
<T0 extends Number,T1 extends Number, Figure errorBarXYT2 extends Number, T3 extends Number, T4 extends Number, T5 extends Number> (Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Type Parameters:
T0- data typeT1- data typeT2- data typeT3- data typeT4- data typeT5- data type- Parameters:
seriesName- name of the created datasetx- x-valuesxLow- low value in x dimensionxHigh- high value in x dimensiony- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasett- tablex- column intthat holds the x-variable dataxLow- column intthat holds the low value in the x dimensionxHigh- column intthat holds the high value in the x dimensiony- column intthat holds the y-variable datayLow- column intthat holds the low value in the y dimensionyHigh- column intthat holds the high value in the y dimension- Returns:
- dataset created for plot
-
errorBarXY
Figure errorBarXY(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh) Description copied from interface:AxesCreates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXYin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable dataset (e.g. OneClick filterable table)x- column insdsthat holds the x-variable dataxLow- column insdsthat holds the low value in the x dimensionxHigh- column insdsthat holds the high value in the x dimensiony- column insdsthat holds the y-variable datayLow- column insdsthat holds the low value in the y dimensionyHigh- column insdsthat holds the high value in the y dimension- Returns:
- dataset created for plot
-
errorBarXYBy
Figure errorBarXYBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns) Description copied from interface:AxesCreates an errorBar plot per distinct grouping value specified inbyColumns.- Specified by:
errorBarXYByin interfaceAxes- Parameters:
seriesName- name of the created datasett- tablex- column intthat holds the x-variable dataxLow- column intthat holds the low value in the x dimensionxHigh- column intthat holds the high value in the x dimensiony- column intthat holds the y-variable datayLow- column intthat holds the low value in the y dimensionyHigh- column intthat holds the high value in the y dimensionbyColumns- column(s) intthat holds the grouping data- Returns:
- dataset created for plot
-
errorBarXYBy
Figure errorBarXYBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns) Description copied from interface:AxesCreates an errorBar plot per distinct grouping value specified inbyColumns.- Specified by:
errorBarXYByin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable dataset (e.g. OneClick filterable table)x- column insdsthat holds the x-variable dataxLow- column insdsthat holds the low value in the x dimensionxHigh- column insdsthat holds the high value in the x dimensiony- column insdsthat holds the y-variable datayLow- column insdsthat holds the low value in the y dimensionyHigh- column insdsthat holds the high value in the y dimensionbyColumns- column(s) insdsthat holds the grouping data- Returns:
- dataset created for plot
-
errorBarY
<T0 extends Number,T1 extends Number, Figure errorBarYT2 extends Number, T3 extends Number> (Comparable seriesName, T0[] x, T1[] y, T2[] yLow, T3[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in the y direction.- Specified by:
errorBarYin interfaceAxes- Type Parameters:
T0- data typeT1- data typeT2- data typeT3- data type- Parameters:
seriesName- name of the created datasetx- x-valuesy- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarY
<T0 extends Number> Figure errorBarY(Comparable seriesName, T0[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
<T0 extends Number> Figure errorBarY(Comparable seriesName, T0[] x, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
<T1 extends Number,T2 extends Number, Figure errorBarYT3 extends Number> (Comparable seriesName, Instant[] x, T1[] y, T2[] yLow, T3[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
<T1 extends Number,T2 extends Number, Figure errorBarYT3 extends Number> (Comparable seriesName, Instant[] x, List<T1> y, List<T2> yLow, List<T3> yHigh) Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
<T1 extends Number,T2 extends Number, Figure errorBarYT3 extends Number> (Comparable seriesName, Date[] x, T1[] y, T2[] yLow, T3[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
<T1 extends Number,T2 extends Number, Figure errorBarYT3 extends Number> (Comparable seriesName, Date[] x, List<T1> y, List<T2> yLow, List<T3> yHigh) Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
<T0 extends Number> Figure errorBarY(Comparable seriesName, List<T0> x, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
<T0 extends Number> Figure errorBarY(Comparable seriesName, List<T0> x, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:AxesCreates an XY plot with error bars in the y direction. -
errorBarY
<T0 extends Number,T1 extends Number, Figure errorBarYT2 extends Number, T3 extends Number> (Comparable seriesName, List<T0> x, List<T1> y, List<T2> yLow, List<T3> yHigh) Description copied from interface:AxesCreates an XY plot with error bars in the y direction.- Specified by:
errorBarYin interfaceAxes- Type Parameters:
T0- data typeT1- data typeT2- data typeT3- data type- Parameters:
seriesName- name of the created datasetx- x-valuesy- y-valuesyLow- low value in y dimensionyHigh- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarY
Description copied from interface:AxesCreates an XY plot with error bars in the y direction.- Specified by:
errorBarYin interfaceAxes- Parameters:
seriesName- name of the created datasett- tablex- column intthat holds the x-variable datay- column intthat holds the y-variable datayLow- column intthat holds the low value in the y dimensionyHigh- column intthat holds the high value in the y dimension- Returns:
- dataset created for plot
-
errorBarY
Figure errorBarY(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh) Description copied from interface:AxesCreates an XY plot with error bars in the y direction.- Specified by:
errorBarYin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable dataset (e.g. OneClick filterable table)x- column insdsthat holds the x-variable datay- column insdsthat holds the y-variable datayLow- column insdsthat holds the low value in the y dimensionyHigh- column insdsthat holds the high value in the y dimension- Returns:
- dataset created for plot
-
errorBarYBy
Figure errorBarYBy(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh, String... byColumns) Description copied from interface:AxesCreates a errorBarY plot per distinct grouping value specified inbyColumns.- Specified by:
errorBarYByin interfaceAxes- Parameters:
seriesName- name of the created datasett- tablex- column intthat holds the x-variable datay- column intthat holds the y-variable datayLow- column intthat holds the low value in the y dimensionyHigh- column intthat holds the high value in the y dimensionbyColumns- column(s) intthat holds the grouping data- Returns:
- dataset created for plot
-
errorBarYBy
Figure errorBarYBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh, String... byColumns) Description copied from interface:AxesCreates a errorBarY plot per distinct grouping value specified inbyColumns.- Specified by:
errorBarYByin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable dataset (e.g. OneClick filterable table)x- column insdsthat holds the x-variable datay- column insdsthat holds the y-variable datayLow- column insdsthat holds the low value in the y dimensionyHigh- column insdsthat holds the high value in the y dimensionbyColumns- column(s) insdsthat holds the grouping data- Returns:
- dataset created for plot
-
figureRemoveSeries
Description copied from interface:BaseFigureRemoves all series withnamesfrom this Figure.- Specified by:
figureRemoveSeriesin interfaceBaseFigure- Parameters:
removeSeriesNames- series names- Returns:
- this Figure
-
figureTitle
Description copied from interface:BaseFigureSets the title of this Figure- Specified by:
figureTitlein interfaceBaseFigure- Parameters:
title- title- Returns:
- this Figure
-
figureTitleColor
Description copied from interface:BaseFigureSets the color of this Figure's title- Specified by:
figureTitleColorin interfaceBaseFigure- Parameters:
color- color- Returns:
- this Figure
-
figureTitleColor
Description copied from interface:BaseFigureSets the color of this Figure's title- Specified by:
figureTitleColorin interfaceBaseFigure- Parameters:
color- color- Returns:
- this Figure
-
figureTitleFont
Description copied from interface:BaseFigureSets the font of this Figure's title- Specified by:
figureTitleFontin interfaceBaseFigure- Parameters:
font- font- Returns:
- this Figure
-
figureTitleFont
Description copied from interface:BaseFigureSets the font of this Figure's title- Specified by:
figureTitleFontin interfaceBaseFigure- Parameters:
family- font family; if null, set to Arialstyle- font style; if null, set toFont.FontStylePLAINsize- the point size of the Font- Returns:
- this Figure
-
gridLinesVisible
Description copied from interface:ChartSets whether the Chart has grid lines.- Specified by:
gridLinesVisiblein interfaceChart- Parameters:
gridVisible- whether the Chart's grid lines are drawn- Returns:
- this Chart
-
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
<T0 extends Number> Figure histPlot(Comparable seriesName, T0[] x, double xmin, double xmax, int nbins) Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
<T0 extends Number> Figure histPlot(Comparable seriesName, List<T0> x, double xmin, double xmax, int nbins) Description copied from interface:AxesCreates a histogram. -
histPlot
Description copied from interface:AxesCreates a histogram. -
histPlot
Figure histPlot(Comparable seriesName, SelectableDataSet sds, String x, double xmin, double xmax, int nbins) Description copied from interface:AxesCreates a histogram.- Specified by:
histPlotin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable data set (e.g. OneClick filterable table)x- column insdsxmin- minimum of the rangexmax- maximum of the rangenbins- number of bins in the resulting histogram- Returns:
- dataset created for plot
-
invert
Figure invert()Description copied from interface:AxisInverts this Axis so that larger values are closer to the origin. -
invert
Description copied from interface:AxisInverts this Axis so that larger values are closer to the origin. -
legendColor
Description copied from interface:ChartSets the color of the text inside the Chart's legend.- Specified by:
legendColorin interfaceChart- Parameters:
color- color- Returns:
- this Chart
-
legendColor
Description copied from interface:ChartSets the color of the text inside the Chart's legend.- Specified by:
legendColorin interfaceChart- Parameters:
color- color- Returns:
- this Chart
-
legendFont
Description copied from interface:ChartSets the font of this Chart's legend.- Specified by:
legendFontin interfaceChart- Parameters:
font- font- Returns:
- this Chart
-
legendFont
Description copied from interface:ChartSets the font of this Chart's legend.- Specified by:
legendFontin interfaceChart- Parameters:
family- font family; if null, set to Arialstyle- font style; if null, set toFont.FontStylePLAINsize- the point size of the Font- Returns:
- this Chart
-
legendVisible
Description copied from interface:ChartSets whether the Chart's legend is shown or hidden.- Specified by:
legendVisiblein interfaceChart- Parameters:
visible- whether the Chart's legend is shown or hidden- Returns:
- this Chart
-
log
Figure log()Description copied from interface:AxisSets the AxisTransform as log base 10. -
log
Description copied from interface:AxisSets the AxisTransform as log base 10. -
max
Description copied from interface:AxisSets the maximum range of this Axis. -
max
Description copied from interface:AxisSets the maximum range of this Axis. -
maxRowsInTitle
Description copied from interface:ChartSets the maximum row values that will be shown in title.If total rows <
maxRowsCount, then all the values will be shown separated by comma, otherwise justmaxRowsCountvalues will be shown along with ellipsis.
ifmaxRowsCountis < 0, all values will be shown.
ifmaxRowsCountis 0, then just first value will be shown without ellipsis.
The default is 0.- Specified by:
maxRowsInTitlein interfaceChart- Parameters:
maxTitleRows- maximum number of row values to show in chart title- Returns:
- this Chart
-
min
Description copied from interface:AxisSets the minimum range of this Axis. -
min
Description copied from interface:AxisSets the minimum range of this Axis. -
minorTicks
Description copied from interface:AxisSets the number of minor ticks between consecutive major ticks. These minor ticks are equally spaced.- Specified by:
minorTicksin interfaceAxis- Parameters:
nminor- number of minor ticks between consecutive major ticks.- Returns:
- this Axis
-
minorTicksVisible
Description copied from interface:AxisSets whether minor ticks are drawn on this Axis.- Specified by:
minorTicksVisiblein interfaceAxis- Parameters:
visible- whether minor ticks are drawn on this Axis- Returns:
- this Axis
-
newAxes
Figure newAxes()Description copied from interface:ChartCreates newAxeson this Chart. -
newAxes
Description copied from interface:ChartCreates newAxeson this Chart. -
newAxes
Description copied from interface:ChartCreates newAxeson this Chart. -
newAxes
Description copied from interface:ChartCreates newAxeson this Chart. -
newChart
Figure newChart()Description copied from interface:BaseFigureAdds a newChartto this figure.- Specified by:
newChartin interfaceBaseFigure- Returns:
- the new
Chart. TheChartis 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.
- if this Figure was created with no specified grid size, then the Figure will resize itself to add the
new
-
newChart
Description copied from interface:BaseFigureAdds a newChartto this figure.- Specified by:
newChartin interfaceBaseFigure- Parameters:
index- index from the Figure's grid to remove. 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].- Returns:
- the new
Chart. TheChartis placed at the grid space indicated by theindex.
-
newChart
Description copied from interface:BaseFigureAdds a newChartto this figure.- Specified by:
newChartin interfaceBaseFigure- Parameters:
rowNum- row index in this Figure's grid. The row index starts at 0.colNum- column index in this Figure's grid. The column index starts at 0.- Returns:
- the new
Chart. TheChartis placed at the grid space [rowNum,colNum.
-
ohlcPlot
<T1 extends Number,T2 extends Number, Figure ohlcPlotT3 extends Number, T4 extends Number> (Comparable seriesName, Instant[] time, T1[] open, T2[] high, T3[] low, T4[] close) Description copied from interface:AxesCreates an open-high-low-close plot.- Specified by:
ohlcPlotin interfaceAxes- Type Parameters:
T1- open data typeT2- high data typeT3- low data typeT4- close data type- Parameters:
seriesName- name of the created datasettime- time dataopen- open datahigh- high datalow- low dataclose- close data- Returns:
- dataset created by the plot
-
ohlcPlot
Figure ohlcPlot(Comparable seriesName, Instant[] time, double[] open, double[] high, double[] low, double[] close) Description copied from interface:AxesCreates an open-high-low-close plot. -
ohlcPlot
Figure ohlcPlot(Comparable seriesName, Instant[] time, float[] open, float[] high, float[] low, float[] close) Description copied from interface:AxesCreates an open-high-low-close plot. -
ohlcPlot
Figure ohlcPlot(Comparable seriesName, Instant[] time, int[] open, int[] high, int[] low, int[] close) Description copied from interface:AxesCreates an open-high-low-close plot. -
ohlcPlot
Figure ohlcPlot(Comparable seriesName, Instant[] time, long[] open, long[] high, long[] low, long[] close) Description copied from interface:AxesCreates an open-high-low-close plot. -
ohlcPlot
Figure ohlcPlot(Comparable seriesName, Instant[] time, short[] open, short[] high, short[] low, short[] close) Description copied from interface:AxesCreates an open-high-low-close plot. -
ohlcPlot
<T1 extends Number,T2 extends Number, Figure ohlcPlotT3 extends Number, T4 extends Number> (Comparable seriesName, Instant[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close) Description copied from interface:AxesCreates an open-high-low-close plot.- Specified by:
ohlcPlotin interfaceAxes- Type Parameters:
T1- open data typeT2- high data typeT3- low data typeT4- close data type- Parameters:
seriesName- name of the created datasettime- time dataopen- open datahigh- high datalow- low dataclose- close data- Returns:
- dataset created by the plot
-
ohlcPlot
<T1 extends Number,T2 extends Number, Figure ohlcPlotT3 extends Number, T4 extends Number> (Comparable seriesName, Date[] time, T1[] open, T2[] high, T3[] low, T4[] close) Description copied from interface:AxesCreates an open-high-low-close plot.- Specified by:
ohlcPlotin interfaceAxes- Type Parameters:
T1- open data typeT2- high data typeT3- low data typeT4- close data type- Parameters:
seriesName- name of the created datasettime- time dataopen- open datahigh- high datalow- low dataclose- close data- Returns:
- dataset created by the plot
-
ohlcPlot
Figure ohlcPlot(Comparable seriesName, Date[] time, double[] open, double[] high, double[] low, double[] close) Description copied from interface:AxesCreates an open-high-low-close plot. -
ohlcPlot
Figure ohlcPlot(Comparable seriesName, Date[] time, float[] open, float[] high, float[] low, float[] close) Description copied from interface:AxesCreates an open-high-low-close plot. -
ohlcPlot
Description copied from interface:AxesCreates an open-high-low-close plot. -
ohlcPlot
Figure ohlcPlot(Comparable seriesName, Date[] time, long[] open, long[] high, long[] low, long[] close) Description copied from interface:AxesCreates an open-high-low-close plot. -
ohlcPlot
Figure ohlcPlot(Comparable seriesName, Date[] time, short[] open, short[] high, short[] low, short[] close) Description copied from interface:AxesCreates an open-high-low-close plot. -
ohlcPlot
<T1 extends Number,T2 extends Number, Figure ohlcPlotT3 extends Number, T4 extends Number> (Comparable seriesName, Date[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close) Description copied from interface:AxesCreates an open-high-low-close plot.- Specified by:
ohlcPlotin interfaceAxes- Type Parameters:
T1- open data typeT2- high data typeT3- low data typeT4- close data type- Parameters:
seriesName- name of the created datasettime- time dataopen- open datahigh- high datalow- low dataclose- close data- Returns:
- dataset created by the plot
-
ohlcPlot
Figure ohlcPlot(Comparable seriesName, IndexableNumericData time, IndexableNumericData open, IndexableNumericData high, IndexableNumericData low, IndexableNumericData close) Description copied from interface:AxesCreates an open-high-low-close plot. -
ohlcPlot
Figure ohlcPlot(Comparable seriesName, Table t, String time, String open, String high, String low, String close) Description copied from interface:AxesCreates an open-high-low-close plot.- Specified by:
ohlcPlotin interfaceAxes- Parameters:
seriesName- name of the created datasett- tabletime- column intthat holds the time dataopen- column intthat holds the open datahigh- column intthat holds the high datalow- column intthat holds the low dataclose- column intthat holds the close data- Returns:
- dataset created for plot
-
ohlcPlot
Figure ohlcPlot(Comparable seriesName, SelectableDataSet sds, String time, String open, String high, String low, String close) Description copied from interface:AxesCreates an open-high-low-close plot.- Specified by:
ohlcPlotin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable data set (e.g. OneClick filterable table)time- column insdsthat holds the time dataopen- column insdsthat holds the open datahigh- column insdsthat holds the high datalow- column insdsthat holds the low dataclose- column insdsthat holds the close data- Returns:
- dataset created for plot
-
ohlcPlotBy
Figure ohlcPlotBy(Comparable seriesName, Table t, String time, String open, String high, String low, String close, String... byColumns) Description copied from interface:AxesCreates an open-high-low-close plot per distinct grouping value specified inbyColumns.- Specified by:
ohlcPlotByin interfaceAxes- Parameters:
seriesName- name of the created datasett- tabletime- column intthat holds the time dataopen- column intthat holds the open datahigh- column intthat holds the high datalow- column intthat holds the low dataclose- column intthat holds the close databyColumns- column(s) intthat holds the grouping data- Returns:
- dataset created for plot
-
ohlcPlotBy
Figure ohlcPlotBy(Comparable seriesName, SelectableDataSet sds, String time, String open, String high, String low, String close, String... byColumns) Description copied from interface:AxesCreates an open-high-low-close plot per distinct grouping value specified inbyColumns.- Specified by:
ohlcPlotByin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable data set (e.g. OneClick filterable table)time- column insdsthat holds the time dataopen- column insdsthat holds the open datahigh- column insdsthat holds the high datalow- column insdsthat holds the low dataclose- column insdsthat holds the close databyColumns- column(s) insdsthat holds the grouping data- Returns:
- dataset created for plot
-
piePlot
<T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, T0[] categories, T1[] y) Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
<T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, T0[] categories, List<T1> y) Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
<T1 extends Comparable> Figure piePlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData y) Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
<T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, List<T0> categories, T1[] y) Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
<T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, List<T0> categories, List<T1> y) Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
piePlot
Description copied from interface:AxesCreates a pie plot. Categorical data must not have duplicates. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Description copied from interface:AxesCreates an XY plot. -
plot
Figure plot(Comparable seriesName, IndexableNumericData x, IndexableNumericData y, boolean hasXTimeAxis, boolean hasYTimeAxis) Description copied from interface:AxesCreates an XY plot. -
plotBy
Description copied from interface:AxesCreates an XY plot per distinct grouping value specified inbyColumns. -
plotBy
Figure plotBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String... byColumns) Description copied from interface:AxesCreates an XY plot per distinct grouping value specified inbyColumns.- Specified by:
plotByin interfaceAxes- Parameters:
seriesName- name of the created datasetsds- selectable data set (e.g. OneClick filterable table)x- column insdsthat holds the x-variable datay- column insdsthat holds the y-variable databyColumns- column(s) intthat holds the grouping data- Returns:
- dataset created for plot
-
plotOrientation
Description copied from interface:ChartSets the orientation of plots in this Chart.- Specified by:
plotOrientationin interfaceChart- Parameters:
orientation- plot orientation- Returns:
- this Chart
-
plotStyle
Description copied from interface:AxesSets thePlotStyleof this Axes. -
plotStyle
Description copied from interface:AxesSets thePlotStyleof this Axes. -
range
Description copied from interface:AxisSets the range of this Axis to [min,max] inclusive. -
removeChart
Description copied from interface:BaseFigureRemoves a chart from the Figure's grid.- Specified by:
removeChartin interfaceBaseFigure- Parameters:
removeChartIndex- index from the Figure's grid to remove. 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].- Returns:
- this Figure with the chart removed.
-
removeChart
Description copied from interface:BaseFigureRemoves a chart from the Figure's grid.- Specified by:
removeChartin interfaceBaseFigure- Parameters:
removeChartRowNum- row index in this Figure's grid. The row index starts at 0.removeChartColNum- column index in this Figure's grid. The column index starts at 0.- Returns:
- this Figure with the chart removed.
-
rowSpan
Description copied from interface:ChartSets the size of this Chart within the grid of the figure. -
series
Description copied from interface:AxesGets a data series. -
series
Description copied from interface:AxesGets a data series. -
span
Description copied from interface:ChartSets the size of this Chart within the grid of the figure. -
tickLabelAngle
Description copied from interface:AxisSets the angle the tick labels of this Axis are drawn at.- Specified by:
tickLabelAnglein interfaceAxis- Parameters:
angle- angle in degrees- Returns:
- this Axis
-
ticks
Description copied from interface:AxisSets the tick locations. -
ticks
Description copied from interface:AxisSets the tick locations. -
ticksFont
Description copied from interface:AxisSets the font for this Axis's ticks. -
ticksFont
Description copied from interface:AxisSets the font for this Axis's ticks.- Specified by:
ticksFontin interfaceAxis- Parameters:
family- font family; if null, set to Arialstyle- font style; if null, set toFont.FontStylePLAINsize- the point size of the Font- Returns:
- this Axis
-
ticksVisible
Description copied from interface:AxisSets whether ticks are drawn on this Axis.- Specified by:
ticksVisiblein interfaceAxis- Parameters:
visible- whether ticks are drawn on this Axis- Returns:
- this Axis
-
transform
Description copied from interface:AxisSets theAxisTransformfor this Axis. -
treemapPlot
Figure treemapPlot(Comparable seriesName, Table t, String ids, String parents, String values, String labels, String hoverTexts, String colors) Description copied from interface:AxesCreates a treemap plot. Required columns are ids and parents, the rest can be null.- Specified by:
treemapPlotin interfaceAxes- Parameters:
seriesName- name of the created datasett- tableids- column intholding ID dataparents- column intholding parent ID datavalues- column intholding value datalabels- column intholding label datahoverTexts- column intholding hover text datacolors- column intholding color data- Returns:
- dataset created for plot
-
twin
Figure twin()Description copied from interface:Axes -
twin
Description copied from interface:Axes -
twin
Description copied from interface:Axes -
twin
Description copied from interface:Axes -
twinX
Figure twinX()Description copied from interface:Axes -
twinX
Description copied from interface:Axes -
twinY
Figure twinY()Description copied from interface:Axes -
twinY
Description copied from interface:Axes -
updateInterval
Description copied from interface:BaseFigureSets the update interval of this Figure. The plot will be redrawn at this update interval.- Specified by:
updateIntervalin interfaceBaseFigure- Parameters:
updateIntervalMillis- update interval, in milliseconds- Returns:
- this Figure
-
xAxis
Figure xAxis()Description copied from interface:AxesGets theAxisrepresenting the x-axis -
xBusinessTime
Figure xBusinessTime()Description copied from interface:Axes- Specified by:
xBusinessTimein interfaceAxes- Returns:
- this Axes using the default
BusinessCalendarfor the x-Axis.
-
xBusinessTime
Description copied from interface:Axes- Specified by:
xBusinessTimein interfaceAxes- Parameters:
useBusinessTime- true to use a business time axis transform; false to use a linear axis transform.- Returns:
- this Axes using the default
BusinessCalendarfor the x-Axis.
-
xBusinessTime
Description copied from interface:Axes- Specified by:
xBusinessTimein interfaceAxes- Parameters:
calendar- business calendar for theAxisTransformBusinessCalendar- Returns:
- this Axes using the
calendarfor the x-Axisbusiness calendar.
-
xBusinessTime
Description copied from interface:Axes- Specified by:
xBusinessTimein interfaceAxes- Parameters:
sds- selectable data set (e.g. OneClick filterable table) containing the business calendar.calendar- name of a column containing String values, where each value is the name of aBusinessCalendar.- Returns:
- this Axes using the business calendar from row 0 of the filtered
sdsfor the x-Axisbusiness calendar. If no value is found, no transform will be applied.
-
xColor
Description copied from interface:AxesSets the color of the x-Axis -
xColor
Description copied from interface:AxesSets the color of the x-Axis -
xFormat
Description copied from interface:AxesSets theAxisFormatof the x-Axis -
xFormatPattern
Description copied from interface:AxesSets the format pattern of the x-Axis- Specified by:
xFormatPatternin interfaceAxes- Parameters:
axisFormatPattern- pattern- Returns:
- this Axes
-
xGridLinesVisible
Description copied from interface:ChartSets whether the Chart has grid lines in the x direction.- Specified by:
xGridLinesVisiblein interfaceChart- Parameters:
xGridVisible- whether the Chart's x grid lines are drawn- Returns:
- this Chart
-
xInvert
Figure xInvert()Description copied from interface:AxesInverts the x-Axisso that larger values are closer to the origin. -
xInvert
Description copied from interface:AxesInverts the x-Axisso that larger values are closer to the origin. -
xLabel
Description copied from interface:AxesSets the label of the x-Axis -
xLabelFont
Description copied from interface:AxesSets the font for the x-Axislabel.- Specified by:
xLabelFontin interfaceAxes- Parameters:
font- font- Returns:
- this Axis
-
xLabelFont
Description copied from interface:AxesSets the font for the x-Axislabel.- Specified by:
xLabelFontin interfaceAxes- Parameters:
family- font family; if null, set to Arialstyle- font style; if null, set toFont.FontStylePLAINsize- the point size of the Font- Returns:
- this Axis
-
xLog
Figure xLog()Description copied from interface:AxesSets theAxisTransformof the x-Axisto log base 10 -
xLog
Description copied from interface:AxesSets theAxisTransformof the x-Axisto log base 10 -
xMax
Description copied from interface:AxesSets the maximum of the x-Axis. -
xMax
Description copied from interface:AxesSets the maximum of the x-Axis. -
xMin
Description copied from interface:AxesSets the minimum of the x-Axis. -
xMin
Description copied from interface:AxesSets the minimum of the x-Axis. -
xMinorTicks
Description copied from interface:AxesSets the number of minor ticks between consecutive major ticks in the x-Axis. These minor ticks are equally spaced.- Specified by:
xMinorTicksin interfaceAxes- Parameters:
nminor- number of minor ticks between consecutive major ticks.- Returns:
- this Axes
-
xMinorTicksVisible
Description copied from interface:AxesSets whether the x-Axisminor ticks are visible.- Specified by:
xMinorTicksVisiblein interfaceAxes- Parameters:
visible- whether the minor ticks are visible- Returns:
- this Axes
-
xRange
Description copied from interface:AxesSets the range of the x-Axis -
xTickLabelAngle
Description copied from interface:AxesSets the angle the tick labels the x-Axisare drawn at.- Specified by:
xTickLabelAnglein interfaceAxes- Parameters:
angle- angle in degrees- Returns:
- this Axes
-
xTicks
Description copied from interface:AxesSets the x-Axisticks. -
xTicks
Description copied from interface:AxesSets the x-Axisticks. -
xTicksFont
Description copied from interface:AxesSets the font for the x-Axisticks.- Specified by:
xTicksFontin interfaceAxes- Parameters:
font- font- Returns:
- this Axis
-
xTicksFont
Description copied from interface:AxesSets the font for the x-Axisticks.- Specified by:
xTicksFontin interfaceAxes- Parameters:
family- font family; if null, set to Arialstyle- font style; if null, set toFont.FontStylePLAINsize- the point size of the Font- Returns:
- this Axis
-
xTicksVisible
Description copied from interface:AxesSets whether the x-Axisticks are visible.- Specified by:
xTicksVisiblein interfaceAxes- Parameters:
visible- whether the ticks are visible- Returns:
- this Axes
-
xTransform
Description copied from interface:AxesSets theAxisTransformof the x-Axis- Specified by:
xTransformin interfaceAxes- Parameters:
transform- transform- Returns:
- this Axes
-
yAxis
Figure yAxis()Description copied from interface:AxesGets theAxisrepresenting the y-axis -
yBusinessTime
Figure yBusinessTime()Description copied from interface:Axes- Specified by:
yBusinessTimein interfaceAxes- Returns:
- this Axes using the default
BusinessCalendarfor the y-Axis.
-
yBusinessTime
Description copied from interface:Axes- Specified by:
yBusinessTimein interfaceAxes- Parameters:
useBusinessTime- true to use a business time axis transform; false to use a linear axis transform.- Returns:
- this Axes using the default
BusinessCalendarfor the y-Axis.
-
yBusinessTime
Description copied from interface:Axes- Specified by:
yBusinessTimein interfaceAxes- Parameters:
calendar- business calendar for theAxisTransformBusinessCalendar- Returns:
- this Axes using the
calendarfor the y-Axisbusiness calendar.
-
yBusinessTime
Description copied from interface:Axes- Specified by:
yBusinessTimein interfaceAxes- Parameters:
sds- selectable data set (e.g. OneClick filterable table) containing the business calendar.calendar- name of a column containing String values, where each value is the name of aBusinessCalendar.- Returns:
- this Axes using the business calendar from row 0 of the filtered
sdsfor the y-Axisbusiness calendar. If no value is found, no transform will be applied.
-
yColor
Description copied from interface:AxesSets the color of the y-Axis -
yColor
Description copied from interface:AxesSets the color of the y-Axis -
yFormat
Description copied from interface:AxesSets theAxisFormatof the y-Axis -
yFormatPattern
Description copied from interface:AxesSets the format pattern of the y-Axis- Specified by:
yFormatPatternin interfaceAxes- Parameters:
axisFormatPattern- pattern- Returns:
- this Axes
-
yGridLinesVisible
Description copied from interface:ChartSets whether the Chart has grid lines in the y direction- Specified by:
yGridLinesVisiblein interfaceChart- Parameters:
yGridVisible- whether the Chart's y grid lines are drawn- Returns:
- this Chart
-
yInvert
Figure yInvert()Description copied from interface:AxesInverts the y-Axisso that larger values are closer to the origin. -
yInvert
Description copied from interface:AxesInverts the y-Axisso that larger values are closer to the origin. -
yLabel
Description copied from interface:AxesSets the label of the y-Axis -
yLabelFont
Description copied from interface:AxesSets the font for the y-Axislabel.- Specified by:
yLabelFontin interfaceAxes- Parameters:
font- font- Returns:
- this Axis
-
yLabelFont
Description copied from interface:AxesSets the font for the y-Axislabel.- Specified by:
yLabelFontin interfaceAxes- Parameters:
family- font family; if null, set to Arialstyle- font style; if null, set toFont.FontStylePLAINsize- the point size of the Font- Returns:
- this Axis
-
yLog
Figure yLog()Description copied from interface:AxesSets theAxisTransformof the y-Axisto log base 10 -
yLog
Description copied from interface:AxesSets theAxisTransformof the y-Axisto log base 10 -
yMax
Description copied from interface:AxesSets the maximum of the y-Axis. -
yMax
Description copied from interface:AxesSets the maximum of the y-Axis. -
yMin
Description copied from interface:AxesSets the minimum of the y-Axis. -
yMin
Description copied from interface:AxesSets the minimum of the y-Axis. -
yMinorTicks
Description copied from interface:AxesSets the number of minor ticks between consecutive major ticks in the y-Axis. These minor ticks are equally spaced.- Specified by:
yMinorTicksin interfaceAxes- Parameters:
nminor- number of minor ticks between consecutive major ticks.- Returns:
- this Axes
-
yMinorTicksVisible
Description copied from interface:AxesSets whether the y-Axisminor ticks are visible.- Specified by:
yMinorTicksVisiblein interfaceAxes- Parameters:
visible- whether the minor ticks are visible- Returns:
- this Axes
-
yRange
Description copied from interface:AxesSets the range of the y-Axis -
yTickLabelAngle
Description copied from interface:AxesSets the angle the tick labels the y-Axisare drawn at.- Specified by:
yTickLabelAnglein interfaceAxes- Parameters:
angle- angle in degrees- Returns:
- this Axes
-
yTicks
Description copied from interface:AxesSets the y-Axisticks. -
yTicks
Description copied from interface:AxesSets the y-Axisticks. -
yTicksFont
Description copied from interface:AxesSets the font for the y-Axisticks.- Specified by:
yTicksFontin interfaceAxes- Parameters:
font- font- Returns:
- this Axis
-
yTicksFont
Description copied from interface:AxesSets the font for the y-Axisticks.- Specified by:
yTicksFontin interfaceAxes- Parameters:
family- font family; if null, set to Arialstyle- font style; if null, set toFont.FontStylePLAINsize- the point size of the Font- Returns:
- this Axis
-
yTicksVisible
Description copied from interface:AxesSets whether the y-Axisticks are visible.- Specified by:
yTicksVisiblein interfaceAxes- Parameters:
visible- whether the ticks are visible- Returns:
- this Axes
-
yTransform
Description copied from interface:AxesSets theAxisTransformof the y-Axis- Specified by:
yTransformin interfaceAxes- Parameters:
transform- transform- Returns:
- this Axes
-
errorBarColor
Description copied from interface:DataSeriesSets the error barPaintfor this dataset.- Specified by:
errorBarColorin interfaceCategoryDataSeries- Specified by:
errorBarColorin interfaceDataSeries- Parameters:
errorBarColor- index of the color in the series color palette- Returns:
- this DataSeries
-
errorBarColor
Description copied from interface:DataSeriesSets the error barPaintfor this dataset.- Specified by:
errorBarColorin interfaceCategoryDataSeries- Specified by:
errorBarColorin interfaceDataSeries- Parameters:
errorBarColor- color- Returns:
- this DataSeries
-
errorBarColor
Description copied from interface:DataSeriesSets the error barPaintfor this dataset.- Specified by:
errorBarColorin interfaceCategoryDataSeries- Specified by:
errorBarColorin interfaceDataSeries- Parameters:
errorBarColor- color- Returns:
- this DataSeries
-
gradientVisible
Description copied from interface:DataSeriesSets whether bar gradients are visible.- Specified by:
gradientVisiblein interfaceCategoryDataSeries- Specified by:
gradientVisiblein interfaceDataSeries- Parameters:
gradientVisible- bar gradient visibility- Returns:
- this data series.
-
lineColor
Description copied from interface:DataSeriesDefines the default line color.- Specified by:
lineColorin interfaceCategoryDataSeries- Specified by:
lineColorin interfaceDataSeries- Parameters:
color- color palette index- Returns:
- this data series.
-
lineColor
Description copied from interface:DataSeriesDefines the default line color.- Specified by:
lineColorin interfaceCategoryDataSeries- Specified by:
lineColorin interfaceDataSeries- Parameters:
color- color- Returns:
- this data series.
-
lineColor
Description copied from interface:DataSeriesDefines the default line color.- Specified by:
lineColorin interfaceCategoryDataSeries- Specified by:
lineColorin interfaceDataSeries- Parameters:
color- color- Returns:
- this data series.
-
lineStyle
Description copied from interface:DataSeriesSets the line style.- Specified by:
lineStylein interfaceCategoryDataSeries- Specified by:
lineStylein interfaceDataSeries- Parameters:
lineStyle- style- Returns:
- this data series.
-
linesVisible
Description copied from interface:DataSeriesSets whether lines are visible.- Specified by:
linesVisiblein interfaceCategoryDataSeries- Specified by:
linesVisiblein interfaceDataSeries- Parameters:
visible- line visibility- Returns:
- this data series.
-
pointColor
Description copied from interface:DataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceCategoryDataSeries- Specified by:
pointColorin interfaceDataSeries- Parameters:
pointColor- color- Returns:
- this data series.
-
pointColor
Description copied from interface:DataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceCategoryDataSeries- Specified by:
pointColorin interfaceDataSeries- Parameters:
pointColor- color- Returns:
- this data series.
-
pointColor
Description copied from interface:DataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceCategoryDataSeries- Specified by:
pointColorin interfaceDataSeries- Parameters:
pointColor- color- Returns:
- this data series.
-
pointLabel
Description copied from interface:DataSeriesSets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Specified by:
pointLabelin interfaceDataSeries- Parameters:
pointLabel- label- Returns:
- this XYDataSeries
-
pointLabelFormat
Description copied from interface:DataSeriesSets the point label format.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).
- Specified by:
pointLabelFormatin interfaceDataSeries- Parameters:
pointLabelFormat- format- Returns:
- this data series.
-
pointShape
Description copied from interface:DataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceDataSeries- Parameters:
pointShape- shape- Returns:
- this DataSeries
-
pointShape
Description copied from interface:DataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceDataSeries- Parameters:
pointShape- shape- Returns:
- this DataSeries
-
pointSize
Description copied from interface:DataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceDataSeries- Parameters:
pointSize- point size- Returns:
- this data series.
-
pointSize
Description copied from interface:DataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceDataSeries- Parameters:
pointSize- point size- Returns:
- this data series.
-
pointSize
Description copied from interface:DataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceDataSeries- Parameters:
pointSize- point size- Returns:
- this data series.
-
pointSize
Description copied from interface:DataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceDataSeries- Parameters:
pointSize- point size- Returns:
- this data series.
-
pointsVisible
Description copied from interface:DataSeriesSets whether points are visible.- Specified by:
pointsVisiblein interfaceCategoryDataSeries- Specified by:
pointsVisiblein interfaceDataSeries- Parameters:
visible- point visibility- Returns:
- this data series.
-
seriesColor
Description copied from interface:DataSeriesDefines the default line and point color.- Specified by:
seriesColorin interfaceDataSeries- Parameters:
color- color- Returns:
- this data series.
-
seriesColor
Description copied from interface:DataSeriesDefines the default line and point color.- Specified by:
seriesColorin interfaceDataSeries- Parameters:
color- color- Returns:
- this data series.
-
seriesColor
Description copied from interface:DataSeriesDefines the default line and point color.- Specified by:
seriesColorin interfaceDataSeries- Parameters:
color- color- Returns:
- this data series.
-
toolTipPattern
Description copied from interface:DataSeriesSets the tooltip format.- Specified by:
toolTipPatternin interfaceDataSeries- Parameters:
toolTipPattern- format- Returns:
- this data series.
-
xToolTipPattern
Description copied from interface:DataSeriesSets the x-value tooltip format.- Specified by:
xToolTipPatternin interfaceDataSeries- Parameters:
xToolTipPattern- format- Returns:
- this data series.
-
yToolTipPattern
Description copied from interface:DataSeriesSets the y-value tooltip format.- Specified by:
yToolTipPatternin interfaceDataSeries- Parameters:
yToolTipPattern- format- Returns:
- this data series.
-
group
Description copied from interface:CategoryDataSeriesSets the group for this dataset.- Specified by:
groupin interfaceCategoryDataSeries- Returns:
- this data series.
-
piePercentLabelFormat
Description copied from interface:CategoryDataSeriesSets the format of the percentage point label format in pie plots.- Specified by:
piePercentLabelFormatin interfaceCategoryDataSeries- Parameters:
pieLabelFormat- format- Returns:
- this data series.
-
pointColor
Description copied from interface:CategoryDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceCategoryDataSeries- Parameters:
t- tablecategory- column int, specifying category valuespointColor- column int, specifyingPaints or ints/Integers representing color palette values.- Returns:
- this CategoryDataSeries
-
pointColor
Description copied from interface:CategoryDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceCategoryDataSeries- Parameters:
sds- selectable data set (e.g. OneClick filterable table)category- column insds, specifying category valuespointColor- column insds, specifyingPaints or ints/Integers representing color palette values.- Returns:
- this CategoryDataSeries
-
pointColor
Description copied from interface:CategoryDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceCategoryDataSeries- Parameters:
category- data pointpointColor- index of the color in the series color palette- Returns:
- this CategoryDataSeries
-
pointColor
Description copied from interface:CategoryDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceCategoryDataSeries- Parameters:
category- data pointpointColor- color- Returns:
- this CategoryDataSeries
-
pointColor
Description copied from interface:CategoryDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceCategoryDataSeries- Parameters:
category- data pointpointColor- color- Returns:
- this CategoryDataSeries
-
pointLabel
Description copied from interface:CategoryDataSeriesSets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Specified by:
pointLabelin interfaceCategoryDataSeries- Parameters:
t- tablecategory- column int, specifying category valuespointLabel- column int, specifying labels- Returns:
- this CategoryDataSeries
-
pointLabel
Description copied from interface:CategoryDataSeriesSets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Specified by:
pointLabelin interfaceCategoryDataSeries- Parameters:
sds- selectable data set (e.g. OneClick filterable table)category- column insds, specifying category valuespointLabel- column insds, specifying labels- Returns:
- this CategoryDataSeries
-
pointLabel
Description copied from interface:CategoryDataSeriesSets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Specified by:
pointLabelin interfaceCategoryDataSeries- Parameters:
category- category valuepointLabel- label- Returns:
- this CategoryDataSeries
-
pointShape
Description copied from interface:CategoryDataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceCategoryDataSeries- Parameters:
pointShapes- closure used to determine point shapes- Returns:
- this CategoryDataSeries
-
pointShape
Description copied from interface:CategoryDataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceCategoryDataSeries- Parameters:
t- tablecategory- column int, specifying category valuespointShape- column int, specifying shapes- Returns:
- this CategoryDataSeries
-
pointShape
Description copied from interface:CategoryDataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceCategoryDataSeries- Parameters:
sds- selectable data set (e.g. OneClick filterable table)category- column insds, specifying category valuespointShape- column insds, specifying shapes- Returns:
- this CategoryDataSeries
-
pointShape
Description copied from interface:CategoryDataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceCategoryDataSeries- Parameters:
category- category valuepointShape- shape- Returns:
- this CategoryDataSeries
-
pointShape
Description copied from interface:CategoryDataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceCategoryDataSeries- Parameters:
category- category valuepointShape- shape- Returns:
- this CategoryDataSeries
-
pointShape
Description copied from interface:CategoryDataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceCategoryDataSeries- Parameters:
pointShapes- function used to determine point shapes- Returns:
- this CategoryDataSeries
-
pointSize
Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Parameters:
t- tablecategory- column int, specifying category valuespointSize- column int, specifying point sizes- Returns:
- this CategoryDataSeries
-
pointSize
Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Parameters:
sds- selectable data set (e.g. OneClick filterable table)category- column insds, specifying category valuespointSize- column insds, specifying point sizes- Returns:
- this CategoryDataSeries
-
pointSize
Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Parameters:
category- data pointpointSize- factor to multiply the default size (1) by- Returns:
- this CategoryDataSeries
-
pointSize
Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Parameters:
category- data pointpointSize- factor to multiply the default size (1) by- Returns:
- this CategoryDataSeries
-
pointSize
Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Parameters:
category- data pointpointSize- factor to multiply the default size (1) by- Returns:
- this CategoryDataSeries
-
pointSize
Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Parameters:
category- data pointpointSize- factor to multiply the default size (1) by- Returns:
- this CategoryDataSeries
-
errorBarColor
- Specified by:
errorBarColorin interfaceMultiSeries
-
errorBarColor
- Specified by:
errorBarColorin interfaceMultiSeries
-
errorBarColor
- Specified by:
errorBarColorin interfaceMultiSeries
-
gradientVisible
- Specified by:
gradientVisiblein interfaceMultiSeries
-
group
- Specified by:
groupin interfaceMultiSeries
-
lineColor
- Specified by:
lineColorin interfaceMultiSeries
-
lineColor
- Specified by:
lineColorin interfaceMultiSeries
-
lineColor
- Specified by:
lineColorin interfaceMultiSeries
-
lineStyle
- Specified by:
lineStylein interfaceMultiSeries
-
linesVisible
- Specified by:
linesVisiblein interfaceMultiSeries
-
piePercentLabelFormat
- Specified by:
piePercentLabelFormatin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
Figure pointColor(SelectableDataSet sds, String category, String pointColor, Object... multiSeriesKey) - Specified by:
pointColorin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColorInteger
- Specified by:
pointColorIntegerin interfaceMultiSeries
-
pointLabel
- Specified by:
pointLabelin interfaceMultiSeries
-
pointLabel
- Specified by:
pointLabelin interfaceMultiSeries
-
pointLabel
- Specified by:
pointLabelin interfaceMultiSeries
-
pointLabel
Figure pointLabel(SelectableDataSet sds, String category, String pointLabel, Object... multiSeriesKey) - Specified by:
pointLabelin interfaceMultiSeries
-
pointLabel
- Specified by:
pointLabelin interfaceMultiSeries
-
pointLabel
- Specified by:
pointLabelin interfaceMultiSeries
-
pointLabel
- Specified by:
pointLabelin interfaceMultiSeries
-
pointLabel
- Specified by:
pointLabelin interfaceMultiSeries
-
pointLabelFormat
- Specified by:
pointLabelFormatin interfaceMultiSeries
-
pointShape
- Specified by:
pointShapein interfaceMultiSeries
-
pointShape
- Specified by:
pointShapein interfaceMultiSeries
-
pointShape
- Specified by:
pointShapein interfaceMultiSeries
-
pointShape
- Specified by:
pointShapein interfaceMultiSeries
-
pointShape
- Specified by:
pointShapein interfaceMultiSeries
-
pointShape
- Specified by:
pointShapein interfaceMultiSeries
-
pointShape
Figure pointShape(SelectableDataSet sds, String category, String pointShape, Object... multiSeriesKey) - Specified by:
pointShapein interfaceMultiSeries
-
pointShape
- Specified by:
pointShapein interfaceMultiSeries
-
pointShape
- Specified by:
pointShapein interfaceMultiSeries
-
pointShape
- Specified by:
pointShapein interfaceMultiSeries
-
pointShape
- Specified by:
pointShapein interfaceMultiSeries
-
pointShape
- Specified by:
pointShapein interfaceMultiSeries
-
pointShape
- Specified by:
pointShapein interfaceMultiSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointSize
Figure pointSize(SelectableDataSet sds, String category, String pointSize, Object... multiSeriesKey) - Specified by:
pointSizein interfaceMultiSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointsVisible
- Specified by:
pointsVisiblein interfaceMultiSeries
-
seriesColor
- Specified by:
seriesColorin interfaceMultiSeries
-
seriesColor
- Specified by:
seriesColorin interfaceMultiSeries
-
seriesColor
- Specified by:
seriesColorin interfaceMultiSeries
-
seriesNamingFunction
Description copied from interface:MultiSeriesDefines the procedure to name a generated series. If there is only one key column defining the series, the input to the naming function is the singular key column value as anObject. If there are multiple key columns defining the series, the input to the naming function will be anObject[]containing the key column values in order.- Specified by:
seriesNamingFunctionin interfaceMultiSeries- Parameters:
namingFunction- series naming closure
-
seriesNamingFunction
Description copied from interface:MultiSeriesDefines the procedure to name a generated series. If there is only one key column defining the series, the input to the naming function is the singular key column value as anObject. If there are multiple key columns defining the series, the input to the naming function will be anObject[]containing the key column values in order.- Specified by:
seriesNamingFunctionin interfaceMultiSeries- Parameters:
namingFunction- series naming function
-
toolTipPattern
- Specified by:
toolTipPatternin interfaceMultiSeries
-
xToolTipPattern
- Specified by:
xToolTipPatternin interfaceMultiSeries
-
yToolTipPattern
- Specified by:
yToolTipPatternin interfaceMultiSeries
-
pointColor
Description copied from interface:XYDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceXYDataSeries- Parameters:
pointColors- color palette indices. The color for data point i comes from index i. A value of 3 corresponds to the 3rd color from the color pallette.- Returns:
- this XYDataSeries
-
pointColor
Description copied from interface:XYDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceXYDataSeries- Parameters:
t- table containing colorspointColors- column intcontaining colors. The color data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointColor
Description copied from interface:XYDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceXYDataSeries- Parameters:
pointColor- colors. The color for data point i comes from index i.- Returns:
- this XYDataSeries
-
pointColor
Description copied from interface:XYDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceXYDataSeries- Parameters:
sds- selectable data set (e.g. OneClick filterable table) containing colorspointColors- column insdscontaining colors. The color data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointColor
Description copied from interface:XYDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceXYDataSeries- Parameters:
pointColors- color palette indices. The color for data point i comes from index i. A value of 3 corresponds to the 3rd color from the color pallette.- Returns:
- this XYDataSeries
-
pointColor
Description copied from interface:XYDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceXYDataSeries- Parameters:
pointColors- color names. The color for data point i comes from index i.- Returns:
- this XYDataSeries
-
pointColorInteger
Description copied from interface:XYDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorIntegerin interfaceXYDataSeries- Parameters:
colors- colors. The color for data point i comes from index i.- Returns:
- this XYDataSeries
-
pointLabel
Description copied from interface:XYDataSeriesSets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Specified by:
pointLabelin interfaceXYDataSeries- Parameters:
t- table containing labelspointLabel- column intcontaining labels. The label data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointLabel
Description copied from interface:XYDataSeriesSets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Specified by:
pointLabelin interfaceXYDataSeries- Parameters:
pointLabels- labels- Returns:
- this XYDataSeries
-
pointLabel
Description copied from interface:XYDataSeriesSets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Specified by:
pointLabelin interfaceXYDataSeries- Parameters:
sds- selectable data set (e.g. OneClick filterable table) containing labelspointLabel- column insdscontaining labels. The color data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointLabel
Description copied from interface:XYDataSeriesSets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Specified by:
pointLabelin interfaceXYDataSeries- Parameters:
pointLabels- labels- Returns:
- this XYDataSeries
-
pointShape
Description copied from interface:XYDataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceXYDataSeries- Parameters:
t- table containing shapespointShape- column intcontaining shapes. The shape data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointShape
Description copied from interface:XYDataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceXYDataSeries- Parameters:
pointShapes- shapes- Returns:
- this XYDataSeries
-
pointShape
Description copied from interface:XYDataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceXYDataSeries- Parameters:
pointShapes- shapes- Returns:
- this XYDataSeries
-
pointShape
Description copied from interface:XYDataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceXYDataSeries- Parameters:
sds- selectable data set (e.g. OneClick filterable table) containing shapespointShape- column insdscontaining shapes. The color data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointShape
Description copied from interface:XYDataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceXYDataSeries- Parameters:
pointShapes- shapes- Returns:
- this XYDataSeries
-
pointSize
Description copied from interface:XYDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceXYDataSeries- Parameters:
pointSizes- factors to multiply the default size (1) by- Returns:
- this XYDataSeries
-
pointSize
Description copied from interface:XYDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceXYDataSeries- Parameters:
pointSizes- factors to multiply the default size (1) by- Returns:
- this XYDataSeries
-
pointSize
Description copied from interface:XYDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceXYDataSeries- Parameters:
t- table containing factors to multiply the default size (1) bypointSizes- column intcontaining size scaling factors. The size data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointSize
Description copied from interface:XYDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceXYDataSeries- Parameters:
pointSizes- factors to multiply the default size (1) by- Returns:
- this XYDataSeries
-
pointSize
Description copied from interface:XYDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceXYDataSeries- Parameters:
sds- selectable data set (e.g. OneClick filterable table) containing factors to multiply the default size (1) bypointSize- column insdscontaining size scaling factors. The size data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointSize
Description copied from interface:XYDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceXYDataSeries- Parameters:
pointSizes- factors to multiply the default size (1) by- Returns:
- this XYDataSeries
-
funcNPoints
Description copied from interface:XYDataSeriesFunctionSets the number of data points in this dataset.- Specified by:
funcNPointsin interfaceXYDataSeriesFunction- Parameters:
npoints- number of points- Returns:
- this data series with the specified number of points.
-
funcRange
Description copied from interface:XYDataSeriesFunctionSets the data range for this series.- Specified by:
funcRangein interfaceXYDataSeriesFunction- Parameters:
xmin- range minimumxmax- range maximum- Returns:
- this data series with the new range
-
funcRange
Description copied from interface:XYDataSeriesFunctionSets the data range for this series.- Specified by:
funcRangein interfaceXYDataSeriesFunction- Parameters:
xmin- range minimumxmax- range maximumnpoints- number of data points- Returns:
- this data series with the new range
-
pointColor
<CATEGORY extends Comparable,COLOR extends Paint> Figure pointColor(Map<CATEGORY, COLOR> pointColor) Description copied from interface:CategoryDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceCategoryDataSeries- Type Parameters:
CATEGORY- type of the categorical dataCOLOR- type of color for the points- Parameters:
pointColor- map from data points to theirPaints- Returns:
- this CategoryDataSeries
-
pointColor
<CATEGORY extends Comparable,COLOR extends Paint> Figure pointColor(Map<CATEGORY, COLOR> pointColor, Object... multiSeriesKey) - Specified by:
pointColorin interfaceMultiSeries
-
pointColorInteger
<CATEGORY extends Comparable,COLOR extends Integer> Figure pointColorInteger(Map<CATEGORY, COLOR> colors) Description copied from interface:CategoryDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorIntegerin interfaceCategoryDataSeries- Type Parameters:
CATEGORY- type of the categorical dataCOLOR- type of color for the points- Parameters:
colors- map from data points to the index of the color palette- Returns:
- this CategoryDataSeries
-
pointColorInteger
<CATEGORY extends Comparable,COLOR extends Integer> Figure pointColorInteger(Map<CATEGORY, COLOR> colors, Object... multiSeriesKey) - Specified by:
pointColorIntegerin interfaceMultiSeries
-
pointLabel
Description copied from interface:CategoryDataSeriesSets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Specified by:
pointLabelin interfaceCategoryDataSeries- Type Parameters:
CATEGORY- type of the categorical dataLABEL- data type of the point labels- Parameters:
pointLabels- map used to determine point labels- Returns:
- this CategoryDataSeries
-
pointLabel
<CATEGORY extends Comparable,LABEL> Figure pointLabel(Map<CATEGORY, LABEL> pointLabels, Object... multiSeriesKey) - Specified by:
pointLabelin interfaceMultiSeries
-
pointSize
<CATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(CATEGORY[] categories, NUMBER[] pointSizes) Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Type Parameters:
CATEGORY- type of the categorical dataNUMBER- data type of the point sizes- Parameters:
categories- data pointspointSizes- factors to multiply the default size (1) by- Returns:
- this CategoryDataSeries
-
pointSize
<CATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(Map<CATEGORY, NUMBER> pointSizes) Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Type Parameters:
CATEGORY- type of the categorical dataNUMBER- data type of the point sizes- Parameters:
pointSizes- map used to set sizes of specific data points- Returns:
- this CategoryDataSeries
-
pointSize
<CATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(CATEGORY[] categories, NUMBER[] pointSizes, Object... multiSeriesKey) - Specified by:
pointSizein interfaceMultiSeries
-
pointSize
<CATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(Map<CATEGORY, NUMBER> pointSizes, Object... multiSeriesKey) - Specified by:
pointSizein interfaceMultiSeries
-
pointShape
Description copied from interface:CategoryDataSeriesSets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Specified by:
pointShapein interfaceCategoryDataSeries- Type Parameters:
CATEGORY- type of the categorical data- Parameters:
pointShapes- map used to determine point shapes- Returns:
- this CategoryDataSeries
-
pointSize
Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Type Parameters:
CATEGORY- type of the categorical data- Parameters:
categories- data pointspointSizes- factors to multiply the default size (1) by- Returns:
- this CategoryDataSeries
-
pointSize
Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Type Parameters:
CATEGORY- type of the categorical data- Parameters:
categories- data pointspointSizes- factors to multiply the default size (1) by- Returns:
- this CategoryDataSeries
-
pointSize
Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Type Parameters:
CATEGORY- type of the categorical data- Parameters:
categories- data pointspointSizes- factors to multiply the default size (1) by- Returns:
- this CategoryDataSeries
-
pointShape
<CATEGORY extends Comparable> Figure pointShape(Map<CATEGORY, String> pointShapes, Object... multiSeriesKey) - Specified by:
pointShapein interfaceMultiSeries
-
pointSize
<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, double[] pointSizes, Object... multiSeriesKey) - Specified by:
pointSizein interfaceMultiSeries
-
pointSize
<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, int[] pointSizes, Object... multiSeriesKey) - Specified by:
pointSizein interfaceMultiSeries
-
pointSize
<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, long[] pointSizes, Object... multiSeriesKey) - Specified by:
pointSizein interfaceMultiSeries
-
pointColor
Description copied from interface:CategoryDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceCategoryDataSeries- Type Parameters:
COLOR- type of input for the closure- Parameters:
pointColor- closure from data points to theirPaints- Returns:
- this CategoryDataSeries
-
pointColor
Description copied from interface:CategoryDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceCategoryDataSeries- Type Parameters:
COLOR- type of color for the points- Parameters:
pointColor- function from data points to theirPaints- Returns:
- this CategoryDataSeries
-
pointColor
<COLOR extends Paint> Figure pointColor(groovy.lang.Closure<COLOR> pointColor, Object... multiSeriesKey) - Specified by:
pointColorin interfaceMultiSeries
-
pointColor
<COLOR extends Paint> Figure pointColor(Function<Comparable, COLOR> pointColor, Object... multiSeriesKey) - Specified by:
pointColorin interfaceMultiSeries
-
pointColorInteger
Description copied from interface:CategoryDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorIntegerin interfaceCategoryDataSeries- Type Parameters:
COLOR- type of color palette indices- Parameters:
colors- closure from data points to the index of the color palette- Returns:
- this CategoryDataSeries
-
pointColorInteger
Description copied from interface:CategoryDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorIntegerin interfaceCategoryDataSeries- Type Parameters:
COLOR- type of color for the points- Parameters:
colors- function from data points to the index of the color palette- Returns:
- this CategoryDataSeries
-
pointColorInteger
<COLOR extends Integer> Figure pointColorInteger(groovy.lang.Closure<COLOR> colors, Object... multiSeriesKey) - Specified by:
pointColorIntegerin interfaceMultiSeries
-
pointColorInteger
<COLOR extends Integer> Figure pointColorInteger(Function<Comparable, COLOR> colors, Object... multiSeriesKey) - Specified by:
pointColorIntegerin interfaceMultiSeries
-
pointLabel
Description copied from interface:CategoryDataSeriesSets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Specified by:
pointLabelin interfaceCategoryDataSeries- Type Parameters:
LABEL- data type of the point labels- Parameters:
pointLabels- closure used to determine point labels for input categories- Returns:
- this CategoryDataSeries
-
pointLabel
Description copied from interface:CategoryDataSeriesSets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Specified by:
pointLabelin interfaceCategoryDataSeries- Type Parameters:
LABEL- data type of the point labels- Parameters:
pointLabels- function used to determine point labels- Returns:
- this CategoryDataSeries
-
pointLabel
- Specified by:
pointLabelin interfaceMultiSeries
-
pointLabel
- Specified by:
pointLabelin interfaceMultiSeries
-
pointSize
Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Type Parameters:
NUMBER- data type of the point sizes- Parameters:
pointSizes- closure used to set sizes of data points- Returns:
- this CategoryDataSeries
-
pointSize
Description copied from interface:CategoryDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceCategoryDataSeries- Type Parameters:
NUMBER- data type of the point sizes- Parameters:
pointSizes- function used to set sizes of data points- Returns:
- this CategoryDataSeries
-
pointSize
<NUMBER extends Number> Figure pointSize(groovy.lang.Closure<NUMBER> pointSizes, Object... multiSeriesKey) - Specified by:
pointSizein interfaceMultiSeries
-
pointSize
<NUMBER extends Number> Figure pointSize(Function<Comparable, NUMBER> pointSizes, Object... multiSeriesKey) - Specified by:
pointSizein interfaceMultiSeries
-
pointColor
- Specified by:
pointColorin interfaceMultiSeries
-
pointColor
Description copied from interface:XYDataSeriesSets the point color. Unspecified points use the default color.- Specified by:
pointColorin interfaceXYDataSeries- Type Parameters:
T- data type of thecolors- Parameters:
pointColor- colors. The color for data point i comes from index i.- Returns:
- this XYDataSeries
-
pointSize
- Specified by:
pointSizein interfaceMultiSeries
-
pointSize
Description copied from interface:XYDataSeriesSets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Specified by:
pointSizein interfaceXYDataSeries- Type Parameters:
T- data type of thefactors- Parameters:
pointSizes- factors to multiply the default size (1) by- Returns:
- this XYDataSeries
-