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

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

public class AddPointFunction
extends Function

A javascript function that adds a point to the first series of a chart at the current mouse location. Can be added as click event to ChartOptions.

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

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

AddPointFunction

public AddPointFunction()


Copyright © 2013. All Rights Reserved.