Chart FX 7 for Java Server

com.softwarefx.chartfx.server.statistical
Class Ogive

java.lang.Object
  extended by com.softwarefx.chartfx.server.statistical.IntervalChart
      extended by com.softwarefx.chartfx.server.statistical.Ogive
All Implemented Interfaces:
IExtension, IGallery

public class Ogive
extends IntervalChart
implements IGallery

Provides access to the Ogive object

An Ogive shows the cumulative relative frequency. It is useful for finding percentiles or the proportion of data values between two values. The Ogive class is derived from the IntervalChart class, which supported members allow to customize the Ogive gallery object.


Constructor Summary
Ogive()
           
 
Method Summary
 
Methods inherited from class com.softwarefx.chartfx.server.statistical.IntervalChart
getAxisX, getDataMax, getDataMin, getIntervals, setDataMax, setDataMin, setIntervals
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ogive

public Ogive()

http://www.softwarefx.com

2008 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.