com.softwarefx.chartfx.server.statistical
Class FrequencyPolygon
java.lang.Object
com.softwarefx.chartfx.server.statistical.IntervalChart
com.softwarefx.chartfx.server.statistical.IntervalChartWithNormal
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.
Methods inherited from class com.softwarefx.chartfx.server.statistical.IntervalChartWithNormal |
getLimitLeft, getLimitRight, getLimitsColor, getPercentageLeft, getPercentageRight, isShowLimits, isShowNormal, setLimitLeft, setLimitRight, setLimitsColor, setShowLimits, setShowNormal |
FrequencyPolygon
public FrequencyPolygon()
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.