Chart FX 7 for Java Server

com.softwarefx.chartfx.server.statistical
Class ProportionChart

java.lang.Object
  extended by com.softwarefx.chartfx.server.statistical.SpcChart
      extended by com.softwarefx.chartfx.server.statistical.ProportionChart
All Implemented Interfaces:
IExtension, IGallery
Direct Known Subclasses:
NPChart, PChart

public abstract class ProportionChart
extends SpcChart
implements IGallery

Provides access to the ProportionChart object

A Statistical Process Control (SPC) or control chart provides basis for deciding whether the variation in the output is due to common causes (in control) or assignable causes (out of control). Whenever an out-of-control situation is detected, adjustments and/or other corrective action will be taken to bring the process back into control.

Proportional chart's are used to display proportional defects rather than measuring variables of an item (length, weight, etc.).


Constructor Summary
ProportionChart()
           
 
Method Summary
 
Methods inherited from class com.softwarefx.chartfx.server.statistical.SpcChart
getLcl, getLclStudy, getMean, getMeanStudy, getSigma, getUcl, getUclStudy, isShowLimits, setMean, setShowLimits, setSigma
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProportionChart

public ProportionChart()

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.