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

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

public class PercentageAndValueFormatter
extends Function

A javascript function intended to use as tooltip formatter. If used as tooltip formatter, it displays the series name, the value and the percentage of the currently selected point.

Example: "SeriesName: 5 (10%)".

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

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

PercentageAndValueFormatter

public PercentageAndValueFormatter()


Copyright © 2013. All Rights Reserved.