IMSL C# Numerical Library

ParetoChart.CreateCumulativeLineAxis Method 

Creates a new axis to hold a cumulative line.

public virtual AxisXY CreateCumulativeLineAxis();

Return Value

An AxisXY object containing the newly created axis.

Remarks

The created axis is drawn on the right side. Its x-axis is not drawn, since it would overlap with the primary Pareto chart axis. Its y-axis is labeled using the "P0" (percent) format. Its y-axis is scaled to [0,1], it is not autoscaled.

See Also

ParetoChart Class | Imsl.Chart2D.QC Namespace