| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client.plotOptions |
| Modifier and Type | Method and Description |
|---|---|
PointLegendItemClickEventHandler |
BaseProportionalPlotOptions.getPointLegendItemClickEventHandler()
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
|
PointLegendItemClickEventHandler |
PiePlotOptions.getPointLegendItemClickEventHandler()
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
|
| Modifier and Type | Method and Description |
|---|---|
BaseProportionalPlotOptions |
BaseProportionalPlotOptions.setPointLegendItemClickEventHandler(PointLegendItemClickEventHandler pointLegendItemClickEventHandler)
Set a callback handler that will be invoked whenever the user clicks on the legend item points
in a pie or funnel series.
|
PiePlotOptions |
PiePlotOptions.setPointLegendItemClickEventHandler(PointLegendItemClickEventHandler pointLegendItemClickEventHandler)
Set a callback handler that will be invoked whenever the user clicks on the legend item points
in a pie series.
|
Copyright © 2015. All Rights Reserved.