Chart FX 7 for Java Server

com.softwarefx.chartfx.server.statistical
Class Histogram

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


Constructor Summary
Histogram()
           
 
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

Histogram

public Histogram()

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.