Download User Manual - Quinn

Transcript
352 Frequency Histograms, Pareto Diagrams, Probability Charts
XBar-R Chart with Integral Frequency Histograms
Creating an Independent (not part of a SPC chart) Frequency
Histogram
The FrequencyHistogramChart class creates a standalone frequency histogram. It is a
simple template where you need only supply data and set a few properties to create a
proper frequency histogram. The example below extracted from the
FrequencyHistogram.FrequencyHistogramPlot example program.
[C#]
public class FrequencyHistogramPlot
{
FrequencyHistogramChart spcChart;
public FrequencyHistogramPlot(FrequencyHistogramChart fc)
{
spcChart = fc;
InitializeChart();
}