ParetoChart is a Pareto bar chart.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class ParetoChart : Bar
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ParetoChart _
	Inherits Bar
Visual C++
[SerializableAttribute]
public ref class ParetoChart : public Bar

Remarks

The bars are sorted into descending order. It is used in quality assurance tracking to identify and prioritize areas of greatest impact. It extends Bar.

The method AddCumulativeLine adds a cumulative percentage line to the chart. This is the percent of defects accounted for by the current item and items to its left. If the cumulative percentage line is added, a second axis is created on the right. This is required because the units for this line are 0% to 100%. The units of the original axis (on the left) are the number of defects.

Inheritance Hierarchy

See Also