com.googlecode.wickedcharts.highcharts.options.drilldown
Class DrilldownFunction

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.Function
      extended by 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

Constructor Summary
DrilldownFunction(String drilldownArrayName)
          Constructor.
 
Method Summary
 
Methods inherited from class com.googlecode.wickedcharts.highcharts.options.Function
addParameter, getFunction, setFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.