public interface ScatterChartMatrix
| Modifier and Type | Method and Description |
|---|---|
ScatterChart |
getChart(int row,
int col)
Returns the
ScatterChart with the specified coordinates. |
java.lang.String |
getLabel(int row,
int col)
Returns the label that should be displayed for the specified
scatter chart.
|
int |
getNumCharts()
Returns the number of
ScatterCharts in this matrix |
int getNumCharts()
ScatterCharts in this matrixScatterChart getChart(int row, int col)
ScatterChart with the specified coordinates.row - The row indexcol - The column indexScatterChartjava.lang.IndexOutOfBoundsException - May be thrown if any index is
smaller than 0 or not smaller than getNumCharts()java.lang.String getLabel(int row,
int col)
null, then no label will
be displayed.row - The row indexcol - The column indexScatterChartjava.lang.IndexOutOfBoundsException - May be thrown if any index is
smaller than 0 or not smaller than getNumCharts()Copyright © 2019. All Rights Reserved.