com.googlecode.wickedcharts.highcharts.options.functions
Class RemovePointFunction

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.Function
      extended by com.googlecode.wickedcharts.highcharts.options.functions.RemovePointFunction
All Implemented Interfaces:
Serializable

public class RemovePointFunction
extends Function

A javascript function that removes the currently selected point from a chart. Can be added as click event to PointOptions.

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
Serialized Form

Constructor Summary
RemovePointFunction()
           
 
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

RemovePointFunction

public RemovePointFunction()


Copyright © 2013. All Rights Reserved.