public class DrilldownPoint extends Point implements IProcessableOption
Point that allows to specify a drill down to show a different chart
on click.| Modifier and Type | Field and Description |
|---|---|
static String |
PROCESSING_KEY
The key under which
DrilldownPoints are registered in the parent
options. |
| Constructor and Description |
|---|
DrilldownPoint(Options parentOptions,
Options drilldownOptions)
Constructs a
DrilldownPoint. |
| Modifier and Type | Method and Description |
|---|---|
Options |
getDrilldownOptions() |
Integer |
getDrilldownOptionsIndex() |
String |
getProcessingKey() |
Point |
setDrilldownOptionsIndex(Integer drilldownOptionsIndex)
All drilldown options are stored in a javascript array.
|
getColor, getDataLabels, getEvents, getId, getLegendIndex, getMarker, getName, getSelected, getSliced, getWickedChartsId, getX, getY, setColor, setColor, setDataLabels, setEvents, setId, setLegendIndex, setMarker, setName, setSelected, setSliced, setWickedChartsId, setX, setYpublic static final String PROCESSING_KEY
DrilldownPoints are registered in the parent
options. See Options.markForProcessing(IProcessableOption) .public DrilldownPoint(Options parentOptions, Options drilldownOptions)
DrilldownPoint.parentOptions - the Options object this DrilldownPoint is attached
to.drilldownOptions - the chart configuration that is to be displayed when clicking the
Point.public Options getDrilldownOptions()
public Integer getDrilldownOptionsIndex()
public Point setDrilldownOptionsIndex(Integer drilldownOptionsIndex)
DrilldownPoint should show.
This method is NOT part of the public API!public String getProcessingKey()
getProcessingKey in interface IProcessableOptionCopyright © 2013. All Rights Reserved.