| Package | Description |
|---|---|
| io.starter.formats.XLS.charts | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
DoughnutChart.getJSON(ChartSeriesHandle[] series,
WorkBookHandle wbh,
Double[] minMax)
return the JSON that
|
org.json.JSONObject |
ScatterChart.getJSON(ChartSeriesHandle[] series,
WorkBookHandle wbh,
Double[] minMax) |
org.json.JSONObject |
PieChart.getJSON(ChartSeriesHandle[] series,
WorkBookHandle wbh,
Double[] minMax)
return the JSON that
|
org.json.JSONObject |
AreaChart.getJSON(ChartSeriesHandle[] series,
WorkBookHandle wbh,
Double[] minMax) |
org.json.JSONObject |
BarChart.getJSON(ChartSeriesHandle[] series,
WorkBookHandle wbh,
Double[] minMax)
replaces generic getJSON with Bar/Column specifics (necessary for stacked-type charts)
|
| Modifier and Type | Method and Description |
|---|---|
ChartSeriesHandle |
ChartHandle.addSeriesRange(CellHandle legendCell,
CellRange categoryRange,
CellRange seriesRange,
CellRange bubbleRange)
Adds a new Series to the chart via CellHandles and CellRange Objects.
|
ChartSeriesHandle |
ChartHandle.addSeriesRange(CellHandle legendCell,
CellRange categoryRange,
CellRange seriesRange,
CellRange bubbleRange,
int nChart)
Adds a new Series to the chart via CellHandles and CellRange Objects.
|
ChartSeriesHandle |
ChartHandle.addSeriesRange(String legendCell,
String categoryRange,
String seriesRange,
String bubbleRange)
Adds a new Series to the chart.
|
ChartSeriesHandle |
ChartHandle.addSeriesRange(String legendCell,
String categoryRange,
String seriesRange,
String bubbleRange,
int nChart)
Adds a new Series to the chart.
|
ChartSeriesHandle |
ChartHandle.appendRowSeriesToChart()
Appends a series one row below the last series in the chart.
|
ChartSeriesHandle |
ChartHandle.appendRowSeriesToChart(int nChart)
Appends a series one row below the last series in the chart for the desired
chart
|
ChartSeriesHandle[] |
ChartHandle.getAllChartSeriesHandles()
Returns an array of ChartSeriesHandle Objects, one for each bar, line or
wedge of data.
|
ChartSeriesHandle[] |
ChartHandle.getAllChartSeriesHandles(int nChart)
Returns an array of ChartSeriesHandle Objects for the desired chart, one for
each bar, line or wedge of data.
|
ChartSeriesHandle |
ChartHandle.getChartSeriesHandle(int idx)
Get the ChartSeriesHandle representing Chart Series Data (Series and
Categories) for the specified Series index
|
ChartSeriesHandle |
ChartHandle.getChartSeriesHandle(String seriesRange)
Get the ChartSeriesHandle representing Chart Series Data (Series and
Categories) for the specified Series range
|
ChartSeriesHandle |
ChartHandle.getChartSeriesHandleByName(String legend)
Get the ChartSeriesHandle representing Chart Series Data (Series and
Categories) for the Series specified by label (legend)
|
ChartSeriesHandle |
ChartHandle.setSeries(int index,
String legendCell,
String categoryRange,
String seriesRange,
String bubbleRange)
Changes or adds a Series to the chart via Series Index.
|
ChartSeriesHandle |
ChartHandle.setSeries(int index,
String legendCell,
String legendText,
String categoryRange,
String seriesRange,
String bubbleRange)
Changes or adds a Series to the chart via Series Index.
|
ChartSeriesHandle |
ChartHandle.setSeries(int index,
String legendCell,
String legendText,
String categoryRange,
String seriesRange,
String bubbleRange,
int nChart)
Changes or adds a Series to the desired Chart (either default or overlay) via
Series Index.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.