com.softwarefx.chartfx.server.statistical
Class Histogram
java.lang.Object
com.softwarefx.chartfx.server.statistical.IntervalChart
com.softwarefx.chartfx.server.statistical.IntervalChartWithNormal
com.softwarefx.chartfx.server.statistical.Histogram
- All Implemented Interfaces:
- IExtension, IGallery
public class Histogram
- extends IntervalChartWithNormal
- implements IGallery
Provides access to the Histogram object
A histogram is a bar chart representing a frequency distribution; heights of the bars represent observed frequencies. The supported members of this class allow the developer to configure additional attributes for a Histogram statistical chart.
Methods inherited from class com.softwarefx.chartfx.server.statistical.IntervalChartWithNormal |
getLimitLeft, getLimitRight, getLimitsColor, getPercentageLeft, getPercentageRight, isShowLimits, isShowNormal, setLimitLeft, setLimitRight, setLimitsColor, setShowLimits, setShowNormal |
Histogram
public Histogram()
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.