Chart FX for Java 6.5

SoftwareFX.ChartFX.Statistical
Class Histogram

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

public final class Histogram
extends IntervalChartWithNormal
implements IGalleryType

Provides access to the Histogram gallery 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 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

Histogram

public Histogram()

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.