ParetoChartCreateCumulativeLineAxis Method |
Creates a new axis to hold a cumulative line.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual AxisXY CreateCumulativeLineAxis()
Public Overridable Function CreateCumulativeLineAxis As AxisXY
public:
virtual AxisXY^ CreateCumulativeLineAxis()
abstract CreateCumulativeLineAxis : unit -> AxisXY
override CreateCumulativeLineAxis : unit -> AxisXY
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