| 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 |
|---|---|
void |
Chart.setChartType(int chartType,
int nChart,
EnumSet<ChartHandle.ChartOptions> options)
changes this chart to be a specific chart type with specific display options
for multiple charts, specify nChart 1-9, for the default chart, nChart= 0 |
void |
ChartType.setOptions(EnumSet<ChartHandle.ChartOptions> options) |
| Modifier and Type | Method and Description |
|---|---|
static ChartHandle.ChartOptions |
ChartHandle.ChartOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartHandle.ChartOptions[] |
ChartHandle.ChartOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ChartHandle |
ChartHandle.createNewChart(WorkSheetHandle sheet,
int chartType,
EnumSet<ChartHandle.ChartOptions> options)
Static method to create a new chart on WorkSheet sheet of type chartType with
chart Options options
After creating, you can set the chart title via ChartHandle.setTitle and Position via ChartHandle.setRelativeBounds (row/col-based) or ChartHandle.setCoords (pixel-based) as well as several other customizations possible |
void |
ChartHandle.setChartType(int chartType,
int nChart,
EnumSet<ChartHandle.ChartOptions> options)
Sets the Chart type to the specified type (no 3d, no stacked ...)
To see possible Chart Types, view the public static int's in ChartHandle. |
Copyright © 2002–2019 Starter Inc.. All rights reserved.