Creates a new axis to hold a cumulative line.
Namespace:
Imsl.Chart2D.QC
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual AxisXY CreateCumulativeLineAxis() |
Visual Basic (Declaration) |
---|
Public Overridable Function CreateCumulativeLineAxis As AxisXY |
Visual C++ |
---|
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.