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 |
|---|---|
protected 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() |
protected Point |
setDrilldownOptionsIndex(Integer drilldownOptionsIndex) |
getColor, getDataLabels, getEvents, getId, getLegendIndex, getMarker, getName, getSelected, getSliced, getX, getY, setColor, setColor, setDataLabels, setEvents, setId, setLegendIndex, setMarker, setName, setSelected, setSliced, setX, setYprotected 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 String getProcessingKey()
getProcessingKey in interface IProcessableOptionCopyright © 2012. All Rights Reserved.