| Package | Description |
|---|---|
| com.googlecode.wickedcharts.highcharts.options.drilldown | |
| com.googlecode.wickedcharts.highcharts.options.series |
| Modifier and Type | Class and Description |
|---|---|
class |
DrilldownPoint
A
Point that allows to specify a drill down to show a different chart
on click. |
| Modifier and Type | Method and Description |
|---|---|
protected Point |
DrilldownPoint.setDrilldownOptionsIndex(Integer drilldownOptionsIndex) |
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.setColor(Color color) |
Point |
Point.setColor(ColorReference color) |
Point |
Point.setDataLabels(DataLabels dataLabels) |
Point |
Point.setEvents(Events events) |
Point |
Point.setId(String id) |
Point |
Point.setLegendIndex(Integer legendIndex) |
Point |
Point.setMarker(Marker marker) |
Point |
Point.setName(String name) |
Point |
Point.setSelected(Boolean selected) |
Point |
Point.setSliced(Boolean sliced) |
Point |
Point.setX(Number x) |
Point |
Point.setY(Number y) |
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
PointSeries.getData() |
| Modifier and Type | Method and Description |
|---|---|
PointSeries |
PointSeries.setData(Point... data) |
| Modifier and Type | Method and Description |
|---|---|
PointSeries |
PointSeries.setData(List<Point> data) |
Copyright © 2012. All Rights Reserved.