com.googlecode.wickedcharts.highcharts.options.drilldown
Class DrilldownFunction
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Function
com.googlecode.wickedcharts.highcharts.options.drilldown.DrilldownFunction
- All Implemented Interfaces:
- Serializable
public class DrilldownFunction
- extends Function
A javascript function that when triggered changes the options of the current
chart and rerenders the chart.
This class is not part of the public API! Use DrilldownPoints to
enable drilldown in your charts.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DrilldownFunction
public DrilldownFunction(String drilldownArrayName)
- Constructor.
- Parameters:
drilldownArrayName - name of the javascript array that holds the drilldown options for
each point.
Copyright © 2013. All Rights Reserved.