| Package | Description |
|---|---|
| io.starter.formats.XLS.charts |
| Modifier and Type | Field and Description |
|---|---|
protected ChartSeries |
Chart.chartseries |
| Modifier and Type | Method and Description |
|---|---|
ChartSeries |
Chart.getChartSeries()
return the Chart Series object
|
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
ChartType.getJSON(ChartSeries s,
WorkBookHandle wbh,
Double[] minMax) |
void |
Legend.getMetrics(HashMap<String,Double> chartMetrics,
int chartType,
ChartSeries s) |
String |
Legend.getSVG(HashMap<String,Double> chartMetrics,
ChartType chartobj,
ChartSeries s) |
String |
StackedAreaChart.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object (BAR, LINE, AREA, etc.)
|
String |
DoughnutChart.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object i.e.
|
String |
Pie3dChart.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object i.e.
|
String |
LineChart.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object i.e.
|
String |
ColChart.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object i.e.
|
String |
ChartType.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object (BAR, LINE, AREA, etc.)
|
String |
StackedColumn.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object i.e.
|
String |
ScatterChart.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object i.e.
|
String |
PieChart.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object i.e.
|
String |
RadarChart.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object i.e.
|
String |
AreaChart.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object (BAR, LINE, AREA, etc.)
|
String |
BubbleChart.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object i.e.
|
String |
BarChart.getSVG(HashMap<String,Double> chartMetrics,
HashMap<String,Object> axisMetrics,
ChartSeries s)
returns SVG to represent the actual chart object i.e.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.