Click or drag to resize
ParetoChartCreateCumulativeLineAxis Method
Creates a new axis to hold a cumulative line.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual AxisXY CreateCumulativeLineAxis()

Return Value

Type: AxisXY
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