| 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 |
|---|---|
Point |
DrilldownPoint.setDrilldownOptionsIndex(Integer drilldownOptionsIndex)
All drilldown options are stored in a javascript array.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
InteractionEvent.getSelectedPoint()
Returns the
Point which was interacted with. |
| Modifier and Type | Method and Description |
|---|---|
void |
InteractionEvent.setSelectedPoint(Point selectedPoint) |
| 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.setWickedChartsId(Integer wickedChartsId)
Sets the Wicked Charts specific ID for this Point.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
static Point |
OptionsUtil.getPointWithWickedChartsId(Options options,
int wickedChartsId)
|
Copyright © 2013. All Rights Reserved.