Package lt.monarch.chart.spc

Statistical Process Control charts.

See:
          Description

Class Summary
Class Description
BarChart Bar chart
BoxWhiskerChart The box and whiskers chart displays the three quartiles, the minimum, and the maximum of the data on a rectangular box.
ControlChart Control chart.
CpkChart Cpk chart.
DotPlotChart SPC chart - Data Plot Chart.
DotPlotChart.UComparator Compare two doubles
HistogramChart Histogram chart.
LinePlotChart Line Plot chart
ParetoChart Pareto chart.
ScatterChart Scatter chart.
SpcChart Base class for SPC charts
SPCLinesExceedStrategy<ChartProjector extends Projector> SPC line series strategy for showing where given measurement series is exceeding limit series data.
SPCLineStrategy<ChartProjector extends Projector> Direct line series strategy.
 

Enum Summary
Enum Description
ControlChartType Control chart types
 

Exception Summary
Exception Description
DataFormatException When the input data for SPC charts is invalid, this exception is thrown
 

Package lt.monarch.chart.spc Description

Statistical Process Control charts.