Chart FX for Java 6.5

SoftwareFX.ChartFX.Statistical
Class FrequencyPolygon

java.lang.Object
  extended by SoftwareFX.ChartFX.Statistical.IntervalChart
      extended by SoftwareFX.ChartFX.Statistical.IntervalChartWithNormal
          extended by SoftwareFX.ChartFX.Statistical.FrequencyPolygon
All Implemented Interfaces:
IGalleryType

public final class FrequencyPolygon
extends IntervalChartWithNormal
implements IGalleryType

Provides access to the FrequencyPolygon gallery 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 SoftwareFX.ChartFX.Statistical.IntervalChartWithNormal
getLimitLeft, getLimitRight, getLimitsColor, getPercentageLeft, getPercentageRight, isShowLimits, isShowNormal, setLimitLeft, setLimitRight, setLimitsColor, setShowLimits, setShowNormal
 
Methods inherited from class SoftwareFX.ChartFX.Statistical.IntervalChart
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

2007 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.