Chart FX 7 for Java Server

com.softwarefx.chartfx.server.statistical
Class FrequencyPolygon

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

public class FrequencyPolygon
extends IntervalChartWithNormal
implements IGallery

Provides access to the FrequencyPolygon object

A frequency polygon is a graphical display of a frequency table. The intervals are shown on the X-axis and the number of scores in each interval is represented by the height of a point located above the middle of the interval. The supported members of this class allow customization to the FrequencyPolygon object.


Constructor Summary
FrequencyPolygon()
           
 
Method Summary
 
Methods inherited from class com.softwarefx.chartfx.server.statistical.IntervalChartWithNormal
getLimitLeft, getLimitRight, getLimitsColor, getPercentageLeft, getPercentageRight, isShowLimits, isShowNormal, setLimitLeft, setLimitRight, setLimitsColor, setShowLimits, setShowNormal
 
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

FrequencyPolygon

public FrequencyPolygon()

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.