IMSL C# Numerical Library

ParetoChart Constructor

Constructs a Pareto chart.

Overload List

Constructs a Pareto chart.

public ParetoChart(AxisXY,string[],int[]);

Constructs a Pareto chart showing only the most important bars.

public ParetoChart(AxisXY,string[],int[],double,string);

Constructs a Pareto chart showing only a limited number of bars. The numberDefects-axis formatting is changed to integer formatting.

public ParetoChart(AxisXY,string[],int[],int,string);

See Also

ParetoChart Class | Imsl.Chart2D.QC Namespace